UBUNTU: SAUCE: drm/i915/display/psr: disable psr2 for panel_0x30_0xe4_0x8c_0x07

BugLink: https://bugs.launchpad.net/bugs/2069993

Signed-off-by: En-Wei Wu <en-wei.wu@canonical.com>
Acked-by: Aaron Jauregui <aaron.jauregui@canonical.com>
Acked-by: Kuan-Ying Lee <kuan-ying.lee@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
This commit is contained in:
En-Wei Wu
2024-08-14 11:16:00 +02:00
committed by Stefan Bader
parent d163c75e66
commit ec913a296d
+1
View File
@@ -1030,6 +1030,7 @@ 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 */
PSR2_DISABLE_QUIRK_ENTRY(0x30, 0xe4, 0x8c, 0x07), /* A LG QHD panel */
{ }
};