[Bug 56139] [bisected] kernel 3.7.0-rc1 breaks 6950 (boot/grub2 and suspend/resume) (CAYMAN)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 25 05:57:16 PST 2013


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

--- Comment #50 from Alex Deucher <agd5f at yahoo.com> ---
(In reply to comment #49)
> What if the problem is not from this code, but underneath? I'll try to
> suspend and resume without having Xorg running. Would that help in any way?

If the commit you bisected is actually the culprit, this is an issue with the
memory controller and the displays on the GPU.  When we reprogram the memory
controller we need to stop all the GPU memory clients.  We used to disable the
display controllers but this caused additional flicker on boot up and caused
hangs on some cards.  So we switched to the current method which was
recommended by the hardware team.  This avoids the flicker by just stopping the
MC interface in the displays but leaving them enabled and also fixes hangs
related to this on a number of chips.  Unfortunately, it seems to cause other
problems in certain causes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130225/dc4aa357/attachment.html>


More information about the dri-devel mailing list