[Bug 101269] [SNB] gpu hangs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Dec 31 07:03:40 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101269
--- Comment #23 from Simon <sur3 at gmx.de> ---
I uncommented the if in intel_atomic_wait_for_vblanks, for the function to
always return instead of waiting, that seems to fix my problem with no negative
side effect:
static void intel_atomic_wait_for_vblanks(struct drm_device *dev,
struct drm_i915_private *dev_priv,
unsigned crtc_mask)
{
unsigned last_vblank_count[I915_MAX_PIPES];
enum pipe pipe;
int ret;
//if (!crtc_mask)
return;
//...
}
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20171231/8ceb0ad7/attachment.html>
More information about the intel-gfx-bugs
mailing list