This series is a follow up for 1a5e81de180e ("Revert "drm/panel-edp: Add auo_b116xa3_mode""). It's found that 2 different AUO panels use the same product id. One of them requires an overridden mode, while the other should use the mode directly from edid. Match the panel for both name and id. If not found, fallback to match id. v1: https://lore.kernel.org/lkml/20240223223958.3887423-1-hsinyi@xxxxxxxxxxxx/T/ Hsin-Yi Wang (3): drm_edid: Support getting EDID through ddc without connector drm/panel: panel-edp: Match edp_panels with panel name drm/panel: panel-edp: Fix AUO 0x405c panel naming and add a variant drivers/gpu/drm/drm_edid.c | 114 ++++++++++++------------------ drivers/gpu/drm/panel/panel-edp.c | 61 ++++++++++++++-- include/drm/drm_edid.h | 3 +- 3 files changed, 104 insertions(+), 74 deletions(-) -- 2.44.0.rc1.240.g4c46232300-goog