[Bug 58396] [i945GM regression] in 3.7.0 kernel on macbook1,1 (kernel crash)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 17 09:15:19 PST 2012


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

--- Comment #16 from Peter Ujfalusi <peter.ujfalusi at gmail.com> ---
(In reply to comment #13)
> @@ -8114,7 +8114,7 @@ intel_check_plane_mapping(struct intel_crtc *crtc)
>         val = I915_READ(reg);
>  
>         if ((val & DISPLAY_PLANE_ENABLE) &&
> -           (!!(val & DISPPLANE_SEL_PIPE_MASK) == crtc->pipe))
> +           (!!(val & DISPPLANE_SEL_PIPE_MASK) == !crtc->pipe))
>                 return false;
> 
> Not sure... Will see when I get my hands on my laptop.

This does not work.

-- 
You are receiving this mail because:
You are the QA Contact 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/20121217/39b1160b/attachment.html>


More information about the intel-gfx-bugs mailing list