artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b676b14
)
drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk
author
jsg
<jsg@openbsd.org>
Fri, 9 Sep 2022 04:40:13 +0000
(
04:40
+0000)
committer
jsg
<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
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/display/intel_quirks.c
b/sys/dev/pci/drm/i915/display/intel_quirks.c
index
8776109
..
334e108
100644
(file)
--- a/
sys/dev/pci/drm/i915/display/intel_quirks.c
+++ b/
sys/dev/pci/drm/i915/display/intel_quirks.c
@@
-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)