summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/meson.build
diff options
context:
space:
mode:
authorBoris Brezillon <[email protected]>2019-09-14 08:00:27 +0200
committerBoris Brezillon <[email protected]>2019-09-18 10:28:22 +0200
commit0500c9e5145e651566b0204c3b62984919ba2450 (patch)
tree1055e2e84ba8a47510772dfe32b8d5539496dd00 /src/gallium/drivers/panfrost/meson.build
parent1e47c3ee7b0d3cb4cd99db18d0919c08b476105d (diff)
panfrost: Get rid of pan_drm.c
pan_drm.c was only meaningful when we were supporting 2 kernel drivers (mali_kbase, and the drm one). Now that there's now kernel-driver abstraction we're better off moving those functions were they belong: * BO related functions in pan_bo.c * fence related functions + query_gpu_version() in pan_screen.c * submit related functions in pan_job.c While at it, we rename the functions according to the place they're being moved to. Signed-off-by: Boris Brezillon <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/meson.build')
-rw-r--r--src/gallium/drivers/panfrost/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build
index 73c3b54923a..ca9f6b7afb6 100644
--- a/src/gallium/drivers/panfrost/meson.build
+++ b/src/gallium/drivers/panfrost/meson.build
@@ -35,7 +35,6 @@ files_panfrost = files(
'pan_bo.c',
'pan_blit.c',
'pan_job.c',
- 'pan_drm.c',
'pan_allocate.c',
'pan_assemble.c',
'pan_format.c',