[PATCH] drm/i915/display: Increase timeout to DDI buf active
Mika Kahola
mika.kahola at intel.com
Mon May 27 07:04:11 UTC 2024
Just for testing purposes as we sometimes get an error
message of timeout of DDI buf to get active. So, let's
try and increase this timeout.
Signed-off-by: Mika Kahola <mika.kahola at intel.com>
---
drivers/gpu/drm/i915/display/intel_ddi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index 3c3fc53376ce..6cd44d26c7da 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -214,7 +214,7 @@ static void intel_wait_ddi_buf_active(struct intel_encoder *encoder)
}
if (DISPLAY_VER(dev_priv) >= 14) {
- timeout_us = 10000;
+ timeout_us = 10000*1000;
} else if (IS_DG2(dev_priv)) {
timeout_us = 1200;
} else if (DISPLAY_VER(dev_priv) >= 12) {
--
2.34.1
More information about the Intel-gfx-trybot
mailing list