[V3] drm/panel: auo,b101uan08.3: Fine tune the panel power sequence

Xuxin Xiong xuxinxiong at huaqin.corp-partner.google.com
Tue Nov 14 04:42:05 UTC 2023


For "auo,b101uan08.3" this panel, it is stipulated in the panel spec that
MIPI needs to keep the LP11 state before the lcm_reset pin is pulled high.

Fixes: 56ad624b4cb5 ("drm/panel: support for auo, b101uan08.3 wuxga dsi video mode panel")
Signed-off-by: Xuxin Xiong <xuxinxiong at huaqin.corp-partner.google.com>
---
Changes in V3:
  - Updated the Fixes tag's style.
link to V2: https://patchwork.kernel.org/project/dri-devel/patch/20231114034505.288569-1-xuxinxiong@huaqin.corp-partner.google.com/
---
Changes in V2:
  - Updated the commit message and added the Fixes tag.
link to V1: https://patchwork.kernel.org/project/dri-devel/patch/20231109092634.1694066-1-xuxinxiong@huaqin.corp-partner.google.com/
---
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
index 9323e7b9e384..a287be1aaf70 100644
--- a/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
+++ b/drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c
@@ -1709,6 +1709,7 @@ static const struct panel_desc auo_b101uan08_3_desc = {
 	.mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
 		      MIPI_DSI_MODE_LPM,
 	.init_cmds = auo_b101uan08_3_init_cmd,
+	.lp11_before_reset = true,
 };
 
 static const struct drm_display_mode boe_tv105wum_nw0_default_mode = {
-- 
2.39.2



More information about the dri-devel mailing list