From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 61182] r600g causes KWin crashes with kernel 3.8 Date: Sun, 21 Apr 2013 05:14:18 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0391476989==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 685A3E60BA for ; Sat, 20 Apr 2013 22:14:18 -0700 (PDT) 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 --===============0391476989== Content-Type: multipart/alternative; boundary="1366521258.5F1BBcE3.27466"; charset="us-ascii" --1366521258.5F1BBcE3.27466 Date: Sun, 21 Apr 2013 05:14:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=61182 --- Comment #35 from D. Hugh Redelmeier --- I finally am trying to set the GART size, as per Alex's comment #12. Without setting it, Xorg0.log reports: [ 15.054] (II) RADEON(0): mem size init: gart size :1fdef000 vram size: s:20000000 visible:1f020000 The default GART size is 512MiB, You'd think that would be a good match for the 512MiB video RAM on my card. This output shows that the GART size is reduced by a somewhat odd number (13^2 * 2^12). When I set radeon.gartsize=1024 on the kernel line, Xorg.0.log reports: [ 14.842] (II) RADEON(0): mem size init: gart size :3fdef000 vram size: s:20000000 visible:1f020000 Again, the GART size is reduced by the same amount. Wait: according to http://dri.freedesktop.org/wiki/GART/ the GART seems to enable the video card to access the computer's memory, not the other way around. So I don't see how this is relevant: we're getting a crash in a CPU instruction that is trying to access the video card's memory. -- You are receiving this mail because: You are the assignee for the bug. --1366521258.5F1BBcE3.27466 Date: Sun, 21 Apr 2013 05:14:18 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 35 on bug 61182 from
I finally am trying to set the GART size, as per Alex's comment #12.

Without setting it, Xorg0.log reports:
[    15.054] (II) RADEON(0): mem size init: gart size :1fdef000 vram size:
s:20000000 visible:1f020000

The default GART size is 512MiB, You'd think that would be a good match for the
512MiB video RAM on my card.  This output shows that the GART size is reduced
by a somewhat odd number (13^2 * 2^12).

When I set radeon.gartsize=1024 on the kernel line, Xorg.0.log reports:
 [    14.842] (II) RADEON(0): mem size init: gart size :3fdef000 vram size:
s:20000000 visible:1f020000

Again, the GART size is reduced by the same amount.


Wait: according to http://dri.freedesktop.org/wiki/GART/ the GART seems to
enable the video card to access the computer's memory, not the other way
around.  So I don't see how this is relevant: we're getting a crash in a CPU
instruction that is trying to access the video card's memory.


You are receiving this mail because:
  • You are the assignee for the bug.
--1366521258.5F1BBcE3.27466-- --===============0391476989== 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 --===============0391476989==--