Comment # 76
on bug 60879
from Alex Deucher
(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.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel