mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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>
This commit is contained in:
parent
14bfb0cb67
commit
3ce03374b3
2 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ files_panfrost = files(
|
|||
|
||||
'pan_context.c',
|
||||
'pan_afbc.c',
|
||||
'pan_bo_cache.c',
|
||||
'pan_bo.c',
|
||||
'pan_blit.c',
|
||||
'pan_job.c',
|
||||
'pan_drm.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue