aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/Makefile
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2009-12-06 21:46:26 +0100
committerDave Airlie <airlied@redhat.com>2009-12-07 15:22:05 +1000
commitc078aa2fc4d8e022c3b611e07b25ff77afdf9b73 (patch)
tree60349ecc7344001b3824529be376b4677012583d /drivers/gpu/drm/ttm/Makefile
parent4aff1013f5e4ae08a24155c029a2c5e1a7929de6 (diff)
downloadkernel_samsung_smdk4412-c078aa2fc4d8e022c3b611e07b25ff77afdf9b73.zip
kernel_samsung_smdk4412-c078aa2fc4d8e022c3b611e07b25ff77afdf9b73.tar.gz
kernel_samsung_smdk4412-c078aa2fc4d8e022c3b611e07b25ff77afdf9b73.tar.bz2
drm/ttm: Add TTM execbuf utilities.
Utilities to reserve, unreserve and fence a list of TTM buffer objects in a deadlock-safe manner. Used by the vmwgfx driver. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm/Makefile')
-rw-r--r--drivers/gpu/drm/ttm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile
index 4473549..1e138f5 100644
--- a/drivers/gpu/drm/ttm/Makefile
+++ b/drivers/gpu/drm/ttm/Makefile
@@ -4,6 +4,6 @@
ccflags-y := -Iinclude/drm
ttm-y := ttm_agp_backend.o ttm_memory.o ttm_tt.o ttm_bo.o \
ttm_bo_util.o ttm_bo_vm.o ttm_module.o ttm_global.o \
- ttm_object.o ttm_lock.o
+ ttm_object.o ttm_lock.o ttm_execbuf_util.o
obj-$(CONFIG_DRM_TTM) += ttm.o