Message ID | 20240814091643.42397-7-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 ce4a68a9ec8d..ab9b6f4a66f6 100644 --- a/drivers/gpu/drm/i915/display/intel_psr.c +++ b/drivers/gpu/drm/i915/display/intel_psr.c @@ -1029,6 +1029,7 @@ static struct edid_mfgid_prodcode psr2_disable_quirk_tbl[] = { PSR2_DISABLE_QUIRK_ENTRY(0x30, 0xe4, 0x8b, 0x07), /* A LG FHD panel */ PSR2_DISABLE_QUIRK_ENTRY(0x30, 0xe4, 0x78, 0x07), /* A LG OLED panel */ PSR2_DISABLE_QUIRK_ENTRY(0x30, 0xe4, 0x8c, 0x07), /* A LG QHD panel */ + PSR2_DISABLE_QUIRK_ENTRY(0x06, 0xaf, 0x9a, 0xf9), { } };
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(+)