diff mbox series

[SRU,N,8/8] UBUNTU: SAUCE: drm/i915/display/psr: disable psr2 for panel_0x06_0xaf_0xa3_0xc3

Message ID 20240814091643.42397-9-en-wei.wu@canonical.com
State New
Headers show
Series Add some PSR2 quirks to avoid panel flickering issues | expand

Commit Message

En-Wei Wu Aug. 14, 2024, 9:16 a.m. UTC
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/display/intel_psr.c b/drivers/gpu/drm/i915/display/intel_psr.c
index 626bc4b2b8c4..7360fdb5a46e 100644
--- a/drivers/gpu/drm/i915/display/intel_psr.c
+++ b/drivers/gpu/drm/i915/display/intel_psr.c
@@ -1030,7 +1030,8 @@  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),
+	PSR2_DISABLE_QUIRK_ENTRY(0x06, 0xaf, 0x9a, 0xf9), /* An AUO panel */
+	PSR2_DISABLE_QUIRK_ENTRY(0x06, 0xaf, 0xa3, 0xc3), /* An AUO panel */
 	{ }
 };