aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorPratap Nirujogi <[email protected]>2024-05-02 20:51:39 +0000
committerAlex Deucher <[email protected]>2024-06-27 21:34:39 +0000
commit772e4d56dab5448eb120f74811eaa71d7a474c1f (patch)
tree163e7dd4a11d4eb6d354faeaa39dc6f20544ba48 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/jpeg5: Add support for DPG mode (diff)
downloadkernel-772e4d56dab5448eb120f74811eaa71d7a474c1f.tar.gz
kernel-772e4d56dab5448eb120f74811eaa71d7a474c1f.zip
drm/amd/amdgpu: Add ISP support to amdgpu_discovery
ISP hw block is supported in some of the AMD GPU versions, add support to discover ISP IP in amdgpu_discovery. v2: squash in documentation update (Alex) Reviewed-by: Mario Limonciello <[email protected]> Signed-off-by: Pratap Nirujogi <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
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 7cb11396e844..5e588cc3d0f8 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -720,6 +720,7 @@ enum amd_hw_ip_block_type {
XGMI_HWIP,
DCI_HWIP,
PCIE_HWIP,
+ ISP_HWIP,
MAX_HWIP
};