Skip to content

Commit 2d6f2f7

Browse files
hoganderjlahtine-intel
authored andcommitted
drm/i915: Use 18 fast wake AUX sync len
HW default for wake sync pulses is 18. 10 precharge and 8 preamble. There is no reason to change this especially as it is causing problems with certain eDP panels. v3: Change "Fixes:" commit v2: Remove "fast wake" repeat from subject Signed-off-by: Jouni Högander <[email protected]> Fixes: e1c71f8 ("drm/i915: Fix fast wake AUX sync len") Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8475 Reviewed-by: Luca Coelho <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit b29a20f) Signed-off-by: Joonas Lahtinen <[email protected]>
1 parent cb2e701 commit 2d6f2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/display/intel_dp_aux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static int intel_dp_aux_sync_len(void)
129129

130130
static int intel_dp_aux_fw_sync_len(void)
131131
{
132-
int precharge = 16; /* 10-16 */
132+
int precharge = 10; /* 10-16 */
133133
int preamble = 8;
134134

135135
return precharge + preamble;

0 commit comments

Comments
 (0)