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:
Timur Kristóf 2026-01-14 17:03:57 +01:00 committed by Marge Bot
parent d7f3096ee9
commit 87a8d19b51

View file

@ -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 ||