[Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 31 07:12:09 PST 2013


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

--- Comment #7 from Alex Deucher <agd5f at yahoo.com> ---
Created attachment 73997
  --> https://bugs.freedesktop.org/attachment.cgi?id=73997&action=edit
possible fix

For some reason the current crtc enabled bit isn't going low.  It should be low
already if the crtc is off, but perhaps it has to have been on previously for
it to go low.  I guessing that since this is a ppc system, the card was never
previously posted so the display was off before the driver loaded.  This patch
checks to see what the current state of the crtcs are at driver load time. 
That way we can skip disabling the display if it's already off.  That said, the
messages are harmless in this case.

-- 
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/20130131/c5c83c2b/attachment.html>


More information about the dri-devel mailing list