[Bug 92335] [HSW Regression] Null pointer deference in intel_mmio_flip_work_func
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Oct 10 08:41:47 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=92335
--- Comment #11 from Chris Wilson <chris at chris-wilson.co.uk> ---
Ok, run with
diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 71d7298648e0..850b11351c03 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -11400,7 +11400,7 @@ static int intel_crtc_page_flip(struct drm_crtc *crtc,
* the hardware completed the operation behind our backs.
*/
if (__intel_pageflip_stall_check(dev, crtc)) {
- DRM_DEBUG_DRIVER("flip queue: previous flip completed,
continuing\n");
+ DRM_ERROR("flip queue: previous flip completed,
continuing\n");
page_flip_completed(intel_crtc);
} else {
DRM_DEBUG_DRIVER("flip queue: crtc already busy\n");
and lets see if that crops up just before the fatal oops.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20151010/ff90bb97/attachment.html>
More information about the intel-gfx-bugs
mailing list