Hi, On Fri, Nov 17, 2023 at 1:51 PM Hsin-Yi Wang <hsinyi@xxxxxxxxxxxx> wrote: > > Generic edp gets mode from edid. However, some panels report incorrect > mode in this way, resulting in glitches on panel. Introduce a new quirk > additional_mode to the generic edid to pick a correct hardcoded mode. > > Signed-off-by: Hsin-Yi Wang <hsinyi@xxxxxxxxxxxx> > Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx> > --- > v6->v7: split usecase to another patch. > --- > drivers/gpu/drm/panel/panel-edp.c | 48 +++++++++++++++++++++++++++++-- > 1 file changed, 45 insertions(+), 3 deletions(-) Pushed to drm-misc-next: 9f7843b51581 drm/panel-edp: Add override_edid_mode quirk for generic edp