From: Samuel Pitoiset Date: Fri, 6 Mar 2020 10:11:04 +0000 (+0100) Subject: radv/winsys: fix wrong PCI ID for Vega10 in the null winsys X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b911af06cd68d09b3813eab672e840ec4e76153b;p=mesa.git radv/winsys: fix wrong PCI ID for Vega10 in the null winsys Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Part-of: --- diff --git a/src/amd/vulkan/winsys/null/radv_null_winsys.c b/src/amd/vulkan/winsys/null/radv_null_winsys.c index 8724e27fe57..752eb1dc523 100644 --- a/src/amd/vulkan/winsys/null/radv_null_winsys.c +++ b/src/amd/vulkan/winsys/null/radv_null_winsys.c @@ -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 },