[Bug 101852] [BAT][GDG] igt at drv_hangman@error-state-basic incomplete in CI
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 4 12:37:34 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101852
--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
It boils down to the machine hang occuring during the drm_atomic_commit() of
the saved state.
diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_d
index fbb8574..49a98b6 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -3129,7 +3129,8 @@ __intel_display_resume(struct drm_device *dev,
/* ignore any reset values/BIOS leftovers in the WM registers */
to_intel_atomic_state(state)->skip_intermediate_wm = true;
- ret = drm_atomic_commit(state);
+ ret = 0;
+ //ret = drm_atomic_commit(state);
WARN_ON(ret == -EDEADLK);
return ret;
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170804/19831b9d/attachment.html>
More information about the intel-gfx-bugs
mailing list