aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_vid.h
diff options
context:
space:
mode:
authorVincent Abriou <vincent.abriou@st.com>2016-02-04 16:58:45 +0100
committerVincent Abriou <vincent.abriou@st.com>2016-02-26 10:06:22 +0100
commit90dffef595cfbcdd1cbceebf5b879367ad521c00 (patch)
tree84c064dbc1e1e32c53c4c812c047e9064d5b4e8f /drivers/gpu/drm/sti/sti_vid.h
parentdrm/sti: add debugfs entries for HQVDP plane (diff)
downloadlinux-dev-90dffef595cfbcdd1cbceebf5b879367ad521c00.tar.xz
linux-dev-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_vid.h')
-rw-r--r--drivers/gpu/drm/sti/sti_vid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sti/sti_vid.h b/drivers/gpu/drm/sti/sti_vid.h
index 5dea4791f1d6..6c842344f3d8 100644
--- a/drivers/gpu/drm/sti/sti_vid.h
+++ b/drivers/gpu/drm/sti/sti_vid.h
@@ -23,7 +23,7 @@ struct sti_vid {
void sti_vid_commit(struct sti_vid *vid,
struct drm_plane_state *state);
void sti_vid_disable(struct sti_vid *vid);
-struct sti_vid *sti_vid_create(struct device *dev, int id,
- void __iomem *baseaddr);
+struct sti_vid *sti_vid_create(struct device *dev, struct drm_device *drm_dev,
+ int id, void __iomem *baseaddr);
#endif