[Bug 75963] [PNV ILK Regression]system boot fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 10 00:41:09 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=75963

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
Should be fixed by

diff --git a/drivers/gpu/drm/i915/intel_display.c
b/drivers/gpu/drm/i915/intel_display.c
index 6e9f189765f6..c3864d1bc62f 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -2125,6 +2125,7 @@ static void intel_find_plane_obj(struct intel_crtc
*intel_crtc,
                return;

        kfree(intel_crtc->base.fb);
+       intel_crtc->base.fb = NULL;

        /*
         * Failed to alloc the obj, check to see if we should share

Please test.

-- 
You are receiving this mail because:
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: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140310/ecf60d49/attachment-0001.html>


More information about the intel-gfx-bugs mailing list