drm/udl: add support to export a handle to a FD on UDL.
authorHaixia Shi <hshi@chromium.org>
Thu, 13 Nov 2014 02:33:53 +0000 (18:33 -0800)
committerDave Airlie <airlied@redhat.com>
Thu, 20 Nov 2014 01:41:37 +0000 (11:41 +1000)
commitebfdd6d5e837bd1c170b9bdd749fee2a4183a7f5
tree092ef9dffb7ce07691a57b4f158aa43a66e15d07
parent09a58da052111263e31f0050ad775b62166fafba
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>
drivers/gpu/drm/udl/Makefile
drivers/gpu/drm/udl/udl_dmabuf.c [new file with mode: 0644]
drivers/gpu/drm/udl/udl_drv.c
drivers/gpu/drm/udl/udl_drv.h
drivers/gpu/drm/udl/udl_gem.c