aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/Makefile
diff options
context:
space:
mode:
authorHaixia Shi <hshi@chromium.org>2014-11-12 18:33:53 -0800
committerDave Airlie <airlied@redhat.com>2014-11-20 11:41:37 +1000
commitebfdd6d5e837bd1c170b9bdd749fee2a4183a7f5 (patch)
tree092ef9dffb7ce07691a57b4f158aa43a66e15d07 /drivers/gpu/drm/udl/Makefile
parentdrm/udl: add cache flags definitions for udl_gem_object (diff)
downloadlinux-dev-ebfdd6d5e837bd1c170b9bdd749fee2a4183a7f5.tar.xz
linux-dev-ebfdd6d5e837bd1c170b9bdd749fee2a4183a7f5.zip
drm/udl: add support to export a handle to a FD on UDL.
Only importing an FD to a handle is currently supported on UDL, but the exporting functionality is equally useful. Signed-off-by: Haixia Shi <hshi@chromium.org> Reviewed-by: Stéphane Marchesin <marcheu@chromium.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/udl/Makefile')
-rw-r--r--drivers/gpu/drm/udl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/udl/Makefile b/drivers/gpu/drm/udl/Makefile
index 05c7481bfd40..195bcac0b6c8 100644
--- a/drivers/gpu/drm/udl/Makefile
+++ b/drivers/gpu/drm/udl/Makefile
@@ -1,6 +1,6 @@
ccflags-y := -Iinclude/drm
-udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o
+udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o udl_dmabuf.o
obj-$(CONFIG_DRM_UDL) := udl.o