Hi, On Fri, Mar 1, 2024 at 12:40 AM Zhengqiao Xia <xiazhengqiao@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > For MNC207QS1-1 panel, Splash screen occur when switch from VT1 to VT2. > The BL_EN signal does not conform to the VESA protocol. > BL_EN signal needs to be pulled high after video signal. > So add prepare_to_enable to 200ms. > > Signed-off-by: Zhengqiao Xia <xiazhengqiao@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/panel/panel-edp.c | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) Should have: Fixes: 0547692ac146 ("drm/panel-edp: Add several generic edp panels") Also note that the subject tag "drm/panel-edp" is much more common than others for this file and probably better to use that than "drm/panel: panel-edp". Other than that this looks fine to me. Applying to drm-misc-next since the patch this is fixing isn't in mainline yet and this doesn't seem massively urgent. e635b7eb7062 drm/panel-edp: Add prepare_to_enable to 200ms for MNC207QS1-1 -Doug