artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73346b0
)
drm/i915: Use 18 fast wake AUX sync len
author
jsg
<jsg@openbsd.org>
Tue, 20 Jun 2023 02:24:41 +0000
(
02:24
+0000)
committer
jsg
<jsg@openbsd.org>
Tue, 20 Jun 2023 02:24:41 +0000
(
02:24
+0000)
From Jouni Hogander
5f285409c91bb97d78b05477d57a921ba1156465
in linux-6.1.y/6.1.34
2d6f2f79e06571d41eb1223abebe9097511c9544
in mainline linux
sys/dev/pci/drm/i915/display/intel_dp_aux.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/drm/i915/display/intel_dp_aux.c
b/sys/dev/pci/drm/i915/display/intel_dp_aux.c
index
08473f8
..
222e92a
100644
(file)
--- a/
sys/dev/pci/drm/i915/display/intel_dp_aux.c
+++ b/
sys/dev/pci/drm/i915/display/intel_dp_aux.c
@@
-129,7
+129,7
@@
static int intel_dp_aux_sync_len(void)
static int intel_dp_aux_fw_sync_len(void)
{
- int precharge = 1
6
; /* 10-16 */
+ int precharge = 1
0
; /* 10-16 */
int preamble = 8;
return precharge + preamble;