summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart2014-08-27 00:42:56 +0200
committerLaurent Pinchart2014-09-15 10:55:47 +0200
commit1d46fea7d091f9dc2d4fd3fcb9f0117ca288f9a5 (patch)
tree03074e1371f28dfffbc461b35dd4364702cc58f4 /drivers/gpu/drm/rcar-du/Kconfig
parentvideo: Add DT bindings for the R-Car Display Unit (diff)
downloadkernel-qcow2-linux-1d46fea7d091f9dc2d4fd3fcb9f0117ca288f9a5.tar.gz
kernel-qcow2-linux-1d46fea7d091f9dc2d4fd3fcb9f0117ca288f9a5.tar.xz
kernel-qcow2-linux-1d46fea7d091f9dc2d4fd3fcb9f0117ca288f9a5.zip
drm/rcar-du: Use struct videomode in platform data
In preparation for DT support where panel timings will be described by a DRM-agnostic video mode, replace the struct drm_mode_modeinfo instance in the panel platform data with a struct videomode. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Kconfig')
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index 2e3d7b5b0ad7..c96f6089f8bf 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -6,6 +6,7 @@ config DRM_RCAR_DU
select DRM_KMS_CMA_HELPER
select DRM_GEM_CMA_HELPER
select DRM_KMS_FB_HELPER
+ select VIDEOMODE_HELPERS
help
Choose this option if you have an R-Car chipset.
If M is selected the module will be called rcar-du-drm.