radeon_hd: Add RX 460. Rename 480 to include 470.

This commit is contained in:
Alexander von Gluck IV
2016-09-27 16:17:50 -05:00
parent 9c3eb71b51
commit 6c12ba4014
@@ -502,9 +502,8 @@ const struct supported_device {
// Introduced: 2016
// Codename: Artic Islands / Polaris
// Process: 14 nm
// Radeon RX 460 TBA
// Radeon RX 470 TBA
{0x67df, 12, 0, RADEON_POLARIS, CHIP_STD, "Radeon RX480"}
{0x67ef, 12, 0, RADEON_POLARIS, CHIP_STD, "Radeon RX 460"},
{0x67df, 12, 0, RADEON_POLARIS, CHIP_STD, "Radeon RX 470/480"}
};