commit | 90b8934547aa53779a5e6040ef6cce3bbfb4953c | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@collabora.com> | Sat Sep 14 11:42:38 2019 +0200 |
committer | Boris Brezillon <boris.brezillon@collabora.com> | Wed Sep 18 10:35:29 2019 +0200 |
tree | cf6cae9a4703072bffcb86bc473284d4480c6b9d | |
parent | cb71ae5572a16a974e3f60ad66fcae329c85961a [diff] |
panfrost: Add panfrost_bo_{alloc,free}() Thanks to that we avoid the recursive call into panfrost_bo_create() and we can get rid of panfrost_bo_release() by inlining the code in panfrost_bo_unreference(). Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>