]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: simple: Support delays in panel functions
authorAjay Kumar <ajaykumar.rs@samsung.com>
Thu, 31 Jul 2014 17:42:11 +0000 (23:12 +0530)
committerThierry Reding <treding@nvidia.com>
Wed, 6 Aug 2014 14:44:14 +0000 (16:44 +0200)
commitbdfc60830a09f0d6be7709b0d503ae1427af2449
tree4cd77a3f79012ea69c4a0fd63da22427f5a083c9
parentabdc6b6bdd740537a8e479b7acdda71cacebf474
drm/panel: simple: Support delays in panel functions

For most of the panels, we need to provide delays during various stages
of panel power up and power down. Add a structure to hold those delay
values and use them in corresponding functions.

Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c