Hi, On Thu, Sep 8, 2022 at 1:55 AM Chen-Yu Tsai <wenst@xxxxxxxxxxxx> wrote: > > This panel has the same delay timing as N116BCA-EA1 from the same > company, which is also the same as delay_200_500_e80_d50. > > Add an entry for it. > > Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx> > --- > drivers/gpu/drm/panel/panel-edp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c > index 65e3a5361c80..15e18a64b03d 100644 > --- a/drivers/gpu/drm/panel/panel-edp.c > +++ b/drivers/gpu/drm/panel/panel-edp.c > @@ -1890,6 +1890,7 @@ static const struct edp_panel_entry edp_panels[] = { > EDP_PANEL_ENTRY('B', 'O', 'E', 0x0a5d, &delay_200_500_e50, "NV116WHM-N45"), > > EDP_PANEL_ENTRY('C', 'M', 'N', 0x114c, &innolux_n116bca_ea1.delay, "N116BCA-EA1"), > + EDP_PANEL_ENTRY('C', 'M', 'N', 0x1247, &delay_200_500_e80_d50, "N120ACA-EA1"), > > EDP_PANEL_ENTRY('I', 'V', 'O', 0x057d, &delay_200_500_e200, "R140NWF5 RH"), > EDP_PANEL_ENTRY('I', 'V', 'O', 0x854b, &delay_200_500_p2e100, "M133NW4J-R3"), Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> ...and landed in drm-misc-next: 758d7b3483b6 drm/panel-edp: Add Innolux N120ACA-EA1 panel entry -Doug