mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
radv: rename VEGA10 device name
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
4d2c46dda3
commit
99b52aa1da
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ radv_get_device_name(enum radeon_family family, char *name, size_t name_len)
|
|||
case CHIP_POLARIS11: chip_string = "AMD RADV POLARIS11"; break;
|
||||
case CHIP_POLARIS12: chip_string = "AMD RADV POLARIS12"; break;
|
||||
case CHIP_STONEY: chip_string = "AMD RADV STONEY"; break;
|
||||
case CHIP_VEGA10: chip_string = "AMD RADV VEGA"; break;
|
||||
case CHIP_VEGA10: chip_string = "AMD RADV VEGA10"; break;
|
||||
case CHIP_VEGA12: chip_string = "AMD RADV VEGA12"; break;
|
||||
case CHIP_RAVEN: chip_string = "AMD RADV RAVEN"; break;
|
||||
default: chip_string = "AMD RADV unknown"; break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue