]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit48befdd943fa37eabc04859071974196fa61e46d
tree092ef9dffb7ce07691a57b4f158aa43a66e15d07
parent3ae81f7edc49fbf60411238f11e27fdd2db87427
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