[Bug 93711] BUG in i915_gem.c freezed the console

bugzilla-daemon at bugzilla.kernel.org bugzilla-daemon at bugzilla.kernel.org
Sat Mar 7 17:20:03 PST 2015


https://bugzilla.kernel.org/show_bug.cgi?id=93711

--- Comment #11 from Ruoyao Xi <xry111 at outlook.com> ---
My previous comment seems not correct since I am not a professional display
driver developer :(

But now I've found and fixed the bug:

In intel_crtc_page_flip, we changed crtc->primary->fb, but forgot to change
crtc->primary->state->fb.
The fixing is simple, call drm_atomic_set_fb_for_plane to change
crtc->primary->state->fb, keep it same to crtc->primary->fb.

To administrator: (1) Mark this as FIXED. (2) Fix it in kernel tree.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the intel-gfx-bugs mailing list