aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/drivers/dma-buf/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-08-27 11:34:44 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-09-03 13:29:38 +0200
commitfbb0de795078190a9834b3409e4b009cfb18a6d4 (patch)
tree65e82b3e44c500715a6c1045217abc3469ff3530 /tools/testing/selftests/drivers/dma-buf/Makefile
parentdrm: Describe pixel_blend_mode in drm_plane_state (diff)
downloadlinux-dev-fbb0de795078190a9834b3409e4b009cfb18a6d4.tar.xz
linux-dev-fbb0de795078190a9834b3409e4b009cfb18a6d4.zip
Add udmabuf misc device
A driver to let userspace turn memfd regions into dma-bufs. Use case: Allows qemu create dmabufs for the vga framebuffer or virtio-gpu ressources. Then they can be passed around to display those guest things on the host. To spice client for classic full framebuffer display, and hopefully some day to wayland server for seamless guest window display. qemu test branch: https://git.kraxel.org/cgit/qemu/log/?h=sirius/udmabuf Cc: David Airlie <airlied@linux.ie> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20180827093444.23623-1-kraxel@redhat.com
Diffstat (limited to 'tools/testing/selftests/drivers/dma-buf/Makefile')
-rw-r--r--tools/testing/selftests/drivers/dma-buf/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/selftests/drivers/dma-buf/Makefile b/tools/testing/selftests/drivers/dma-buf/Makefile
new file mode 100644
index 000000000000..4154c3d7aa58
--- /dev/null
+++ b/tools/testing/selftests/drivers/dma-buf/Makefile
@@ -0,0 +1,5 @@
+CFLAGS += -I../../../../../usr/include/
+
+TEST_GEN_PROGS := udmabuf
+
+include ../../lib.mk