lkml.org 
[lkml]   [2021]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[V1] drm/panel: panel-simple: Add delay for LG LP120UP1
Date
Add power sequence for LG LP120UP1.

Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
---
drivers/gpu/drm/panel/panel-simple.c | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 21939d4..15cefb0 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -2886,6 +2886,11 @@ static const struct panel_desc lg_lp120up1 = {
.width = 267,
.height = 183,
},
+ .delay = {
+ .prepare = 200,
+ .enable = 50,
+ .unprepare = 500,
+ },
.connector_type = DRM_MODE_CONNECTOR_eDP,
};

--
2.6.4
\
 
 \ /
  Last update: 2021-08-13 04:09    [W:0.049 / U:0.716 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site