commit | d3f5168a0810005920e7a3d5ba83e249bd9a750c | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Mar 02 13:01:12 2015 -0800 |
committer | Eric Anholt <eric@anholt.net> | Mon Dec 07 20:05:10 2015 -0800 |
tree | 82ef1d0cbb0a7e6b1aacb96c2dc8c835fabe4808 | |
parent | 1fa81589bbac16af6baf153ccc9b3f38fb16a498 [diff] [blame] |
drm/vc4: Bind and initialize the V3D engine. This is the component of the GPU that does 3D rendering. Signed-off-by: Eric Anholt <eric@anholt.net>
diff --git a/drivers/gpu/drm/vc4/Makefile b/drivers/gpu/drm/vc4/Makefile index eb776a6..e87a6f2 100644 --- a/drivers/gpu/drm/vc4/Makefile +++ b/drivers/gpu/drm/vc4/Makefile
@@ -11,6 +11,7 @@ vc4_hdmi.o \ vc4_hvs.o \ vc4_plane.o \ + vc4_v3d.o \ vc4_validate_shaders.o vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o