Skip to content

Commit

Permalink
Update market name device ids
Browse files Browse the repository at this point in the history
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: I10ce84c8466ff30e2486ed3664a9fe1b57d9c9e4
(cherry picked from commit ae2c713)
  • Loading branch information
marifamd committed Sep 11, 2024
1 parent 155b54b commit 52b3947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/amd_smi/amd_smi_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,10 @@ amdsmi_status_t smi_amdgpu_get_market_name_from_dev_id(uint32_t device_id, char
case 0x74b6:
strcpy(market_name, "MI308X");
break;
case 0x74a9:
case 0x74bd:
strcpy(market_name, "MI300XHF");
break;
default:
return AMDSMI_STATUS_API_FAILED;
}
Expand Down

0 comments on commit 52b3947

Please sign in to comment.