diff mbox series

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

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

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 | 1 +
 1 file changed, 1 insertion(+)
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 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),
 	{ }
 };