Message ID | 20240814091643.42397-5-en-wei.wu@canonical.com |
---|---|
State | New |
Headers | show |
Series | Add some PSR2 quirks to avoid panel flickering issues | expand |
diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c index e8e87c0b93d8..53d83704afcf 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -1027,6 +1027,7 @@ struct edid_mfgid_prodcode { static struct edid_mfgid_prodcode psr2_disable_quirk_tbl[] = { PSR2_DISABLE_QUIRK_ENTRY(0x4d, 0x10, 0x93, 0x15), /* A sharp FHD panel */ PSR2_DISABLE_QUIRK_ENTRY(0x30, 0xe4, 0x8b, 0x07), /* A LG FHD panel */ + PSR2_DISABLE_QUIRK_ENTRY(0x30, 0xe4, 0x78, 0x07), /* A LG OLED panel */ { } };
BugLink: https://bugs.launchpad.net/bugs/2069993 Signed-off-by: En-Wei Wu <en-wei.wu@canonical.com> --- drivers/gpu/drm/i915/display/intel_psr.c | 1 + 1 file changed, 1 insertion(+)