disp: msm: dsi: parse panel ack disabled property for sim panels
Sim panels are not working well with video mode, parse panel ack disabled property to fix sim video mode identification issue. Change-Id: Ife3b533d5a6db97618459dacf1f7ce8d3fc896bf Signed-off-by: Yahui Wang <quic_yahuiw@quicinc.com>
This commit is contained in:
@@ -66,7 +66,8 @@ static bool is_sim_panel(struct dsi_display *display)
|
||||
if (!display || !display->panel)
|
||||
return false;
|
||||
|
||||
return display->panel->te_using_watchdog_timer;
|
||||
return (display->panel->te_using_watchdog_timer ||
|
||||
display->panel->panel_ack_disabled);
|
||||
}
|
||||
|
||||
static void dsi_display_mask_ctrl_error_interrupts(struct dsi_display *display,
|
||||
|
Reference in New Issue
Block a user