[Bug 60879] [radeonsi] X11 can't start with acceleration enabled
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 30 12:30:42 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #76 from Alex Deucher <agd5f at yahoo.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140430/1f0cdb26/attachment.html>
More information about the dri-devel
mailing list