]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: simple: Add display timing support
authorPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 11 Dec 2014 17:32:45 +0000 (18:32 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 2 Apr 2015 17:04:13 +0000 (19:04 +0200)
commit284c6037fad2f404585707f0b802b9b8ded0e087
tree3d3290b9ff80396f62c1074da7d7851e5c46b540
parent34e6ae38c413159b042ca6a85dd18f2037c2d519
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>
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/panel-simple.c