commit | e15ab939fdce7b6205090315bf45564c995a933a | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Sat Sep 14 10:35:47 2019 +0200 |
committer | Boris Brezillon <boris.brezillon@collabora.com> | Wed Sep 18 10:34:27 2019 +0200 |
tree | 6715800268704b74e196678385109aa47793f42c | |
parent | 10ce751726e91164538dff4d380d5568574c6963 [diff] |
panfrost: Stop passing screen around for BO operations Store a screen pointer in panfrost_bo so we don't have to pass a screen object to all functions manipulating the BO. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>