summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_compositor.c
diff options
context:
space:
mode:
authorVincent Abriou2016-02-04 16:58:45 +0100
committerVincent Abriou2016-02-26 10:06:22 +0100
commit90dffef595cfbcdd1cbceebf5b879367ad521c00 (patch)
tree84c064dbc1e1e32c53c4c812c047e9064d5b4e8f /drivers/gpu/drm/sti/sti_compositor.c
parentdrm/sti: add debugfs entries for HQVDP plane (diff)
downloadkernel-qcow2-linux-90dffef595cfbcdd1cbceebf5b879367ad521c00.tar.gz
kernel-qcow2-linux-90dffef595cfbcdd1cbceebf5b879367ad521c00.tar.xz
kernel-qcow2-linux-90dffef595cfbcdd1cbceebf5b879367ad521c00.zip
drm/sti: add debugfs entries for VID plane
Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_compositor.c')
-rw-r--r--drivers/gpu/drm/sti/sti_compositor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_compositor.c b/drivers/gpu/drm/sti/sti_compositor.c
index afed2171beb9..5b827a9116b0 100644
--- a/drivers/gpu/drm/sti/sti_compositor.c
+++ b/drivers/gpu/drm/sti/sti_compositor.c
@@ -75,7 +75,7 @@ static int sti_compositor_bind(struct device *dev,
switch (desc[i].type) {
case STI_VID_SUBDEV:
compo->vid[vid_id++] =
- sti_vid_create(compo->dev, desc[i].id,
+ sti_vid_create(compo->dev, drm_dev, desc[i].id,
compo->regs + desc[i].offset);
break;
case STI_MIXER_MAIN_SUBDEV: