diff options
author | Eric Anholt <eric@anholt.net> | 2015-03-02 22:01:12 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2015-12-08 05:05:10 +0100 |
commit | d3f5168a0810005920e7a3d5ba83e249bd9a750c (patch) | |
tree | 82ef1d0cbb0a7e6b1aacb96c2dc8c835fabe4808 /drivers/gpu/drm/vc4/Makefile | |
parent | drm/vc4: Fix a typo in a V3D debug register. (diff) | |
download | linux-d3f5168a0810005920e7a3d5ba83e249bd9a750c.tar.xz linux-d3f5168a0810005920e7a3d5ba83e249bd9a750c.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/vc4/Makefile')
-rw-r--r-- | drivers/gpu/drm/vc4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/Makefile b/drivers/gpu/drm/vc4/Makefile index eb776a6a9899..e87a6f2f5916 100644 --- a/drivers/gpu/drm/vc4/Makefile +++ b/drivers/gpu/drm/vc4/Makefile @@ -11,6 +11,7 @@ vc4-y := \ vc4_hdmi.o \ vc4_hvs.o \ vc4_plane.o \ + vc4_v3d.o \ vc4_validate_shaders.o vc4-$(CONFIG_DEBUG_FS) += vc4_debugfs.o |