[Bug 61457] [Intel G45] Screen turns blank when terminating a low res X server on a different low res KMS mode.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 2 13:59:12 PST 2013


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

--- Comment #12 from Chris Wilson <chris at chris-wilson.co.uk> ---
The w/a looks safe enough. Can you make it a g4x_enable_plane function and do
the if IS_G4x check higher, i.e.

if (IS_G4X(dev))
  g4x_enable_plane(dev);
else
  intel_enable_plane(dev);

I don't know of any errata that matches this, so send it to list + Daniel with
Acked-by: Chris Wilson <chris at chris-wilson.co.uk>

-- 
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/20130302/ac7996ff/attachment.html>


More information about the intel-gfx-bugs mailing list