All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915: Use 18 fast wake fast wake AUX sync len
@ 2023-05-29 13:00 Jouni Högander
  2023-05-30  9:06 ` Murthy, Arun R
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jouni Högander @ 2023-05-29 13:00 UTC (permalink / raw)
  To: intel-gfx

HW default for wake sync pulses is 18. 10 precarge and 8 preamble. There is
no reason to change this especially as it is causing problems with certain
eDP panels.

Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Fixes: 605f7c731333 ("drm/i915: Fix fast wake AUX sync len")
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8475
---
 drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp_aux.c b/drivers/gpu/drm/i915/display/intel_dp_aux.c
index 0c27db8ae4f1..197c6e81db14 100644
--- a/drivers/gpu/drm/i915/display/intel_dp_aux.c
+++ b/drivers/gpu/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 = 16; /* 10-16 */
+	int precharge = 10; /* 10-16 */
 	int preamble = 8;
 
 	return precharge + preamble;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-01  7:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-29 13:00 [Intel-gfx] [PATCH] drm/i915: Use 18 fast wake fast wake AUX sync len Jouni Högander
2023-05-30  9:06 ` Murthy, Arun R
2023-05-30  9:51   ` Hogander, Jouni
2023-05-30  9:14 ` Jani Nikula
2023-05-30  9:58   ` Hogander, Jouni
2023-05-31  1:52 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-01  7:07 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.