summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/panel/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2014-12-11 18:32:45 +0100
committerThierry Reding <treding@nvidia.com>2015-04-02 19:04:13 +0200
commita5d3e625148073587955bb0c49dbbba231b3234a (patch)
tree3d3290b9ff80396f62c1074da7d7851e5c46b540 /drivers/gpu/drm/panel/Kconfig
parent2938931f3732a4ec70c299e221ec8dea01dfd796 (diff)
downloadlinux-stable-a5d3e625148073587955bb0c49dbbba231b3234a.tar.gz
linux-stable-a5d3e625148073587955bb0c49dbbba231b3234a.tar.bz2
linux-stable-a5d3e625148073587955bb0c49dbbba231b3234a.zip
drm/panel: simple: Add display timing support
The simple panel driver's ->get_modes() implementation calculates the display mode list from the typical timings and the ->get_timings() implementation returns the timings to the connected encoder for mode validation and fixup. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> [treding@nvidia.com: select VIDEOMODE_HELPERS] Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/panel/Kconfig')
-rw-r--r--drivers/gpu/drm/panel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index d84583776d50..6d64c7bb908b 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -11,6 +11,7 @@ config DRM_PANEL_SIMPLE
tristate "support for simple panels"
depends on OF
depends on BACKLIGHT_CLASS_DEVICE
+ select VIDEOMODE_HELPERS
help
DRM panel driver for dumb panels that need at most a regulator and
a GPIO to be powered up. Optionally a backlight can be attached so