aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-03-02 13:01:12 -0800
committerEric Anholt <eric@anholt.net>2015-12-07 20:05:10 -0800
commitd3f5168a0810005920e7a3d5ba83e249bd9a750c (patch)
tree82ef1d0cbb0a7e6b1aacb96c2dc8c835fabe4808 /drivers/gpu/drm/vc4/vc4_drv.c
parentdrm/vc4: Fix a typo in a V3D debug register. (diff)
downloadlinux-dev-d3f5168a0810005920e7a3d5ba83e249bd9a750c.tar.xz
linux-dev-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/vc4_drv.c')
-rw-r--r--drivers/gpu/drm/vc4/vc4_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_drv.c b/drivers/gpu/drm/vc4/vc4_drv.c
index da4be9c8f70d..db58d74efe95 100644
--- a/drivers/gpu/drm/vc4/vc4_drv.c
+++ b/drivers/gpu/drm/vc4/vc4_drv.c
@@ -236,6 +236,7 @@ static struct platform_driver *const component_drivers[] = {
&vc4_hdmi_driver,
&vc4_crtc_driver,
&vc4_hvs_driver,
+ &vc4_v3d_driver,
};
static int vc4_platform_drm_probe(struct platform_device *pdev)