diff mbox series

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

Message ID 20231109092634.1694066-1-xuxinxiong@huaqin.corp-partner.google.com (mailing list archive)
State New, archived
Headers show
Series drm/panel: auo, b101uan08.3: Fine tune the panel power sequence | expand

Commit Message

Xuxin Xiong Nov. 9, 2023, 9:26 a.m. UTC
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.

BUG=b:309908277
TEST=emerge-kukui chromeos-kernel-5_10

Signed-off-by: Xuxin Xiong <xuxinxiong@huaqin.corp-partner.google.com>
---
 drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Doug Anderson Nov. 10, 2023, 2:44 p.m. UTC | #1
Hi,

On Thu, Nov 9, 2023 at 1:26 AM Xuxin Xiong
<xuxinxiong@huaqin.corp-partner.google.com> wrote:
>
> 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.
>
> BUG=b:309908277
> TEST=emerge-kukui chromeos-kernel-5_10

BUG= and TEST= are not something that should be included in a patch to
the upstream mailing list.


> Signed-off-by: Xuxin Xiong <xuxinxiong@huaqin.corp-partner.google.com>

Can you add a "Fixes:" tag, too?


> ---
>  drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 1 +
>  1 file changed, 1 insertion(+)

Once BUG= and TEST= are removed and a fixes tag is added, this is fine
with me. Please send a v2. Feel free to add:

Reviewed-by: Douglas Anderson <dianders@chromium.org>
diff mbox series

Patch

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 = {