radv/winsys: fix wrong PCI ID for Vega10 in the null winsys

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>
This commit is contained in:
Samuel Pitoiset 2020-03-06 11:11:04 +01:00
parent 050ec8ff53
commit b911af06cd
1 changed files with 1 additions and 1 deletions

View 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 },