mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 12:30:29 +01:00
ac/gpu_info: Remove FIXME from regalloc hang description
This is now implemented. Signed-off-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39288>
This commit is contained in:
parent
d7f3096ee9
commit
87a8d19b51
1 changed files with 0 additions and 2 deletions
|
|
@ -1101,8 +1101,6 @@ ac_query_gpu_info(int fd, void *dev_p, struct radeon_info *info,
|
|||
* compute is possible, the threadgroup size must be limited to 256 threads
|
||||
* on all queues to avoid the bug.
|
||||
* Only GFX6 and certain GFX7 chips are affected.
|
||||
*
|
||||
* FIXME: RADV doesn't limit the number of threads for async compute.
|
||||
*/
|
||||
info->has_cs_regalloc_hang_bug = info->gfx_level == GFX6 ||
|
||||
info->family == CHIP_BONAIRE ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue