summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Makefile
diff options
context:
space:
mode:
authorDavid Herrmann2014-08-29 12:12:27 +0200
committerDave Airlie2014-09-10 09:11:21 +0200
commit9f50bd8905ab12e3e8ebffd8296d7921bd3976eb (patch)
tree0112a1a525d4cd14d2ec9b47a4b42b126194bf16 /drivers/gpu/drm/Makefile
parentdrm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objects (diff)
downloadkernel-qcow2-linux-9f50bd8905ab12e3e8ebffd8296d7921bd3976eb.tar.gz
kernel-qcow2-linux-9f50bd8905ab12e3e8ebffd8296d7921bd3976eb.tar.xz
kernel-qcow2-linux-9f50bd8905ab12e3e8ebffd8296d7921bd3976eb.zip
drm/radeon: move drm_buffer to drm/radeon/
Radeon UMS is the last user of drm_buffer. Move it out of sight so radeon can drop it together with UMS. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Makefile')
-rw-r--r--drivers/gpu/drm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile
index 4a55d59ccd22..9b7cb3f76f01 100644
--- a/drivers/gpu/drm/Makefile
+++ b/drivers/gpu/drm/Makefile
@@ -4,7 +4,7 @@
ccflags-y := -Iinclude/drm
-drm-y := drm_auth.o drm_buffer.o drm_bufs.o drm_cache.o \
+drm-y := drm_auth.o drm_bufs.o drm_cache.o \
drm_context.o drm_dma.o \
drm_fops.o drm_gem.o drm_ioctl.o drm_irq.o \
drm_lock.o drm_memory.o drm_drv.o drm_vm.o \