radv/winsys: fix incorrect PCIID for GFX11 in the null winsys
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 23 Jan 2023 07:58:31 +0000 (08:58 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 24 Jan 2023 08:00:57 +0000 (08:00 +0000)
Fixes: bbad550f3d4 ("radv/winsys: fill real info for CHIP_GFX1100")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20850>

src/amd/vulkan/winsys/null/radv_null_winsys.c

index 87178db..c89b745 100644 (file)
@@ -68,7 +68,7 @@ static const struct {
    [CHIP_VANGOGH] = {0x163F, 8, false},
    [CHIP_NAVI22] = {0x73C0, 8, true},
    [CHIP_NAVI23] = {0x73E0, 8, true},
-   [CHIP_GFX1100] = {0x73BF, 24, true},
+   [CHIP_GFX1100] = {0x744C, 24, true},
 };
 
 static void