Skip to content

Commit

Permalink
Add some missing RX 7XXX series cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim-P committed Aug 3, 2023
1 parent 2b8ff81 commit f726f0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions collectors/proc.plugin/sys_class_drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,12 @@ static struct amdgpu_id_struct amdgpu_ids[] = {
{0x743F, 0xC3, "AMD Radeon RX 6500M"},
{0x743F, 0xC7, "AMD Radeon RX 6400"},
{0x743F, 0xCF, "AMD Radeon RX 6300M"},
{0x744C, 0xC8, "AMD Radeon RX 7900 XTX"},
{0x744C, 0xCC, "AMD Radeon RX 7900 XT"},
{0x7480, 0xC1, "AMD Radeon RX 7700S"},
{0x7480, 0xC3, "AMD Radeon RX 7600S"},
{0x7480, 0xC7, "AMD Radeon RX 7600M XT"},
{0x7483, 0xCF, "AMD Radeon RX 7600M"},
{0x9830, 0x00, "AMD Radeon HD 8400 / R3 Series"},
{0x9831, 0x00, "AMD Radeon HD 8400E"},
{0x9832, 0x00, "AMD Radeon HD 8330"},
Expand Down

0 comments on commit f726f0b

Please sign in to comment.