diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2016-02-04 16:58:45 +0100 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2016-02-26 10:06:22 +0100 |
commit | 90dffef595cfbcdd1cbceebf5b879367ad521c00 (patch) | |
tree | 84c064dbc1e1e32c53c4c812c047e9064d5b4e8f /drivers/gpu/drm/sti/sti_vid.h | |
parent | 670454bbf9f6e8a585fcad2d7a72d94b827f2cf5 (diff) | |
download | talos-obmc-linux-90dffef595cfbcdd1cbceebf5b879367ad521c00.tar.gz talos-obmc-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_vid.h')
-rw-r--r-- | drivers/gpu/drm/sti/sti_vid.h | 4 |
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 |