summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-04-12 22:12:02 +0300
committerEric Anholt <eric@anholt.net>2017-04-13 21:00:28 +0300
commitcdec4d3613230fc15723fae206cb17825b914cee (patch)
tree42ae87b98a310755a0dbb72bab88c66021ca486c /drivers/gpu/drm/vc4/Makefile
parentce9971ded5692fad3ecb4098376dcbc589ceae4c (diff)
downloadlinux-cdec4d3613230fc15723fae206cb17825b914cee.tar.xz
drm/vc4: Expose dma-buf fences for V3D rendering.
This is needed for proper synchronization with display on another DRM device (pl111 or tinydrm) with buffers produced by vc4 V3D. Fixes the new igt vc4_dmabuf_poll testcase, and rendering of one of the glmark2 desktop tests on pl111+vc4. This doesn't yet introduce waits on another device's fences before vc4's rendering/display, because I don't have testcases for them. v2: Reuse dma_fence_free(), retitle commit message to clarify that it's not a full dma-buf fencing implementation yet. Signed-off-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/20170412191202.22740-6-eric@anholt.net Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/vc4/Makefile')
-rw-r--r--drivers/gpu/drm/vc4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/Makefile b/drivers/gpu/drm/vc4/Makefile
index 61f45d122bd0..ab687fba4916 100644
--- a/drivers/gpu/drm/vc4/Makefile
+++ b/drivers/gpu/drm/vc4/Makefile
@@ -9,6 +9,7 @@ vc4-y := \
vc4_drv.o \
vc4_dpi.o \
vc4_dsi.o \
+ vc4_fence.o \
vc4_kms.o \
vc4_gem.o \
vc4_hdmi.o \