panfrost: Rename pan_bo_cache.c into pan_bo.c
authorBoris Brezillon <boris.brezillon@collabora.com>
Thu, 5 Sep 2019 19:41:33 +0000 (21:41 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Sun, 8 Sep 2019 14:24:54 +0000 (16:24 +0200)
commit3ce03374b3442895b426339b55d05e999f2f81ba
tree65e7fe65e68ecf7c5809fffa1963cfda473b6b45
parent14bfb0cb679513c3588a23f645a0a09637c15e65
panfrost: Rename pan_bo_cache.c into pan_bo.c

So we can move all the BO logic into this file instead of having it
spread over pan_resource.c, pan_drm.c and pan_bo_cache.c.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/pan_bo.c [new file with mode: 0644]
src/gallium/drivers/panfrost/pan_bo_cache.c [deleted file]