mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
drm/amdgpu: add XGMI HWIP
So we can track grab the appropriate XGMI info out of the IP discovery table. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
54d2b1f402
commit
1534db5549
|
|
@ -755,6 +755,7 @@ enum amd_hw_ip_block_type {
|
|||
CLK_HWIP,
|
||||
UMC_HWIP,
|
||||
RSMU_HWIP,
|
||||
XGMI_HWIP,
|
||||
MAX_HWIP
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ static int hw_id_map[MAX_HWIP] = {
|
|||
[THM_HWIP] = THM_HWID,
|
||||
[CLK_HWIP] = CLKA_HWID,
|
||||
[UMC_HWIP] = UMC_HWID,
|
||||
[XGMI_HWIP] = XGMI_HWID,
|
||||
};
|
||||
|
||||
static int amdgpu_discovery_read_binary(struct amdgpu_device *adev, uint8_t *binary)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user