[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Comment # 78 on bug 60879 from
(In reply to comment #76)
> this should be:
> 
> +        for (i = 0; i < rdev->config.cik.max_texture_channel_caches; i++)
> +                cgts_tcc_disable &= ~(1 << (16 + i));

Why? This is si_gpu_init().


(In reply to comment #75)
> Created attachment 98258 [details] [review] [review]
> Tahiti Fix
[...]
>+        WREG32(CGTS_TCC_DISABLE, cgts_tcc_disable);

My understanding is that this register indicates which TCCs are not functional.
So this line should be replaced by

        cgts_tcc_disable |= RREG32(CGTS_TCC_DISABLE);


You are receiving this mail because:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux