From 87a8d19b5136aca48fe120fcb29b5e06423d4e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timur=20Krist=C3=B3f?= Date: Wed, 14 Jan 2026 17:03:57 +0100 Subject: [PATCH] ac/gpu_info: Remove FIXME from regalloc hang description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is now implemented. Signed-off-by: Timur Kristóf Part-of: --- src/amd/common/ac_gpu_info.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/amd/common/ac_gpu_info.c b/src/amd/common/ac_gpu_info.c index a70fd18dc04..45411369624 100644 --- a/src/amd/common/ac_gpu_info.c +++ b/src/amd/common/ac_gpu_info.c @@ -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 ||