aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2021-07-30 12:44:07 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-10-04 15:22:59 -0400
commit5f931489556d61018da014cd5edb4dff3cf66742 (patch)
tree85f2cea5fd396426d497824971fc39af519d8ed6 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentc08182f2483f946907076e98ac20e868fd3b9551 (diff)
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: Harry Wentland <harry.wentland@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 8df4be702870..815db33190ca 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -756,6 +756,7 @@ enum amd_hw_ip_block_type {
UMC_HWIP,
RSMU_HWIP,
XGMI_HWIP,
+ DCI_HWIP,
MAX_HWIP
};