radv/winsys: use real info for GFX12 in the null winsys

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33970>
This commit is contained in:
Samuel Pitoiset
2025-03-10 11:13:13 +01:00
committed by Marge Bot
parent dd2e9c11af
commit 01f92acf10
@@ -53,7 +53,7 @@ static const struct {
[CHIP_NAVI22] = {0x73C0, 8, true},
[CHIP_NAVI23] = {0x73E0, 8, true},
[CHIP_NAVI31] = {0x744C, 24, true},
[CHIP_GFX1200] = {0x0000, 4, true}, /* TODO: Fill with real info. */
[CHIP_GFX1201] = {0x7550, 16, true},
/* clang-format on */
};