ac/gpu_info: remove a TODO about LOAD_CONTEXT_REG on GFX6-7

This doesn't seem supported at all.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40341>
This commit is contained in:
Samuel Pitoiset 2026-03-11 10:10:41 +01:00 committed by Marge Bot
parent 8e274e5105
commit 42de2fc38e

View file

@ -1067,7 +1067,6 @@ ac_query_gpu_info(int fd, void *dev_p, struct radeon_info *info,
info->has_out_of_order_rast =
info->gfx_level >= GFX8 && info->gfx_level <= GFX9 && info->max_se >= 2;
/* TODO: Figure out how to use LOAD_CONTEXT_REG on GFX6-GFX7. */
info->has_load_ctx_reg_pkt =
info->gfx_level >= GFX9 || (info->gfx_level >= GFX8 && info->me_fw_feature >= 41);