From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 59982] Radeon: evergreen Atombios in loop during initialization on ppc64 Date: Thu, 31 Jan 2013 15:12:09 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1000591038==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D2907E60BE for ; Thu, 31 Jan 2013 07:12:09 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1000591038== Content-Type: multipart/alternative; boundary="1359645130.3d351.7826"; charset="us-ascii" --1359645130.3d351.7826 Date: Thu, 31 Jan 2013 15:12:10 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=59982 --- Comment #7 from Alex Deucher --- 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. --1359645130.3d351.7826 Date: Thu, 31 Jan 2013 15:12:10 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 7 on bug 59982 from
Created attachment 73997 [details] [review]
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.
--1359645130.3d351.7826-- --===============1000591038== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1000591038==--