Commit 5f931489 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: add DCI HWIP

So we can track grab the appropriate DCE info out of the
IP discovery table.  This is a separare IP from DCN.
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c08182f2
...@@ -756,6 +756,7 @@ enum amd_hw_ip_block_type { ...@@ -756,6 +756,7 @@ enum amd_hw_ip_block_type {
UMC_HWIP, UMC_HWIP,
RSMU_HWIP, RSMU_HWIP,
XGMI_HWIP, XGMI_HWIP,
DCI_HWIP,
MAX_HWIP MAX_HWIP
}; };
......
...@@ -149,6 +149,7 @@ static int hw_id_map[MAX_HWIP] = { ...@@ -149,6 +149,7 @@ static int hw_id_map[MAX_HWIP] = {
[CLK_HWIP] = CLKA_HWID, [CLK_HWIP] = CLKA_HWID,
[UMC_HWIP] = UMC_HWID, [UMC_HWIP] = UMC_HWID,
[XGMI_HWIP] = XGMI_HWID, [XGMI_HWIP] = XGMI_HWID,
[DCI_HWIP] = DCI_HWID,
}; };
static int amdgpu_discovery_read_binary(struct amdgpu_device *adev, uint8_t *binary) static int amdgpu_discovery_read_binary(struct amdgpu_device *adev, uint8_t *binary)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment