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

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 50902aeb6a
commit 2e1388e3cb
+1
View File
@@ -1027,6 +1027,7 @@ struct edid_mfgid_prodcode {
{ .mfg_id0 = (id0), .mfg_id1 = (id1), .prod_code0 = (code0), .prod_code1 = (code1) }
static struct edid_mfgid_prodcode psr2_disable_quirk_tbl[] = {
PSR2_DISABLE_QUIRK_ENTRY(0x4d, 0x10, 0x8f, 0x15), /* A sharp QHD panel */
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 */