From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60879] [radeonsi] X11 can't start with acceleration enabled Date: Wed, 30 Apr 2014 19:30:42 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1291386488==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id A704D6ECBA for ; Wed, 30 Apr 2014 12:30:42 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1291386488== Content-Type: multipart/alternative; boundary="1398886242.B31383.7459"; charset="us-ascii" --1398886242.B31383.7459 Date: Wed, 30 Apr 2014 19:30:42 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #76 from Alex Deucher --- (In reply to comment #75) > Created attachment 98258 [details] [review] > Tahiti Fix + for (i = 0; i < rdev->config.si.max_texture_channel_caches; i++) + cgts_tcc_disable &= ~(1 << (16 + i)); this should be: + for (i = 0; i < rdev->config.cik.max_texture_channel_caches; i++) + cgts_tcc_disable &= ~(1 << (16 + i)); -- You are receiving this mail because: You are the assignee for the bug. --1398886242.B31383.7459 Date: Wed, 30 Apr 2014 19:30:42 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 76 on bug 60879 from
(In reply to comment #75)
> Created attachment 98258 [details] [review] [review]
> Tahiti Fix

+        for (i = 0; i < rdev->config.si.max_texture_channel_caches; i++)
+                cgts_tcc_disable &= ~(1 << (16 + i));

this should be:

+        for (i = 0; i < rdev->config.cik.max_texture_channel_caches; i++)
+                cgts_tcc_disable &= ~(1 << (16 + i));


You are receiving this mail because:
  • You are the assignee for the bug.
--1398886242.B31383.7459-- --===============1291386488== 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 --===============1291386488==--