aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorEvan Quan <[email protected]>2022-04-28 08:51:04 +0000
committerAlex Deucher <[email protected]>2022-06-08 15:43:00 +0000
commit62f8f5c3bfc2968461b0a74f0e393325bec16c69 (patch)
tree8630dc0dbf76718baa883d2cf1d5b9b387589991 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amd/pm: optimize the interface for dpm feature status query (diff)
downloadkernel-62f8f5c3bfc2968461b0a74f0e393325bec16c69.tar.gz
kernel-62f8f5c3bfc2968461b0a74f0e393325bec16c69.zip
drm/amdgpu: enable ASPM support for PCIE 7.4.0/7.6.0
Enable ASPM support for PCIE 7.4.0 and 7.6.0. Signed-off-by: Evan Quan <[email protected]> Reviewed-by: Lijo Lazar <[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 47bcf86cd0f3..7971d9208ecf 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -670,6 +670,7 @@ enum amd_hw_ip_block_type {
RSMU_HWIP,
XGMI_HWIP,
DCI_HWIP,
+ PCIE_HWIP,
MAX_HWIP
};