aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/Makefile
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2018-07-03 09:50:22 +0200
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-07-07 07:54:46 +0200
commit008095e065a85a13ffb41b9c98149456267c30b8 (patch)
treeee3ef1873ba3da43fb52964d18134c7954699627 /drivers/gpu/drm/vc4/Makefile
parentdrm/vc4: Call drm_atomic_helper_fake_vblank() in the commit path (diff)
downloadlinux-dev-008095e065a85a13ffb41b9c98149456267c30b8.tar.xz
linux-dev-008095e065a85a13ffb41b9c98149456267c30b8.zip
drm/vc4: Add support for the transposer block
The transposer block is providing support for mem-to-mem composition, which is exposed as a drm_writeback connector in DRM. Add a driver to support this feature. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180703075022.15138-9-boris.brezillon@bootlin.com
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 4a3a868235f8..b303703bc7f3 100644
--- a/drivers/gpu/drm/vc4/Makefile
+++ b/drivers/gpu/drm/vc4/Makefile
@@ -19,6 +19,7 @@ vc4-y := \
vc4_plane.o \
vc4_render_cl.o \
vc4_trace_points.o \
+ vc4_txp.o \
vc4_v3d.o \
vc4_validate.o \
vc4_validate_shaders.o