radv/winsys: fix wrong PCI ID for Vega10 in the null winsys
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Fri, 6 Mar 2020 10:11:04 +0000 (11:11 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 23 Mar 2020 08:50:51 +0000 (09:50 +0100)
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4282>

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

index 8724e27fe57540fca732b5a037e9c752e7e3d704..752eb1dc52395460dca78feee895832ac200ae89 100644 (file)
@@ -54,7 +54,7 @@ static const struct {
        { CHIP_POLARIS11, 0x67E0 },
        { CHIP_POLARIS12, 0x6980 },
        { CHIP_VEGAM, 0x694C },
-       { CHIP_VEGA12, 0x6860 },
+       { CHIP_VEGA10, 0x6860 },
        { CHIP_VEGA12, 0x69A0 },
        { CHIP_VEGA20, 0x66A0 },
        { CHIP_RAVEN, 0x15DD },