drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk
authorjsg <jsg@openbsd.org>
Fri, 9 Sep 2022 04:40:13 +0000 (04:40 +0000)
committerjsg <jsg@openbsd.org>
Fri, 9 Sep 2022 04:40:13 +0000 (04:40 +0000)
From Diego Santa Cruz
f9a0f49be767a45aa1dc7d846a2745bb7849268a in linux 5.15.y/5.15.66
919bef7a106ade2bda73681bbc2f3678198f44fc in mainline linux

sys/dev/pci/drm/i915/display/intel_quirks.c

index 8776109..334e108 100644 (file)
@@ -190,6 +190,9 @@ static struct intel_quirk intel_quirks[] = {
        /* ASRock ITX*/
        { 0x3185, 0x1849, 0x2212, quirk_increase_ddi_disabled_time },
        { 0x3184, 0x1849, 0x2212, quirk_increase_ddi_disabled_time },
+       /* ECS Liva Q2 */
+       { 0x3185, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
+       { 0x3184, 0x1019, 0xa94d, quirk_increase_ddi_disabled_time },
 };
 
 void intel_init_quirks(struct drm_i915_private *i915)