aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorStanley.Yang <Stanley.Yang@amd.com>2022-02-22 14:53:16 +0800
committerAlex Deucher <alexander.deucher@amd.com>2022-05-04 09:53:12 -0400
commit6e02c0ed4bb5c3acdf826442ccc30c12791f42d4 (patch)
tree20459dca5400c79bf51c09946bd708b1b651d435 /drivers/gpu/drm/amd/include/amd_shared.h
parentdrm/amd/smu: Increace dpm level count only for smu v13.0.2 (diff)
downloadlinux-dev-6e02c0ed4bb5c3acdf826442ccc30c12791f42d4.tar.xz
linux-dev-6e02c0ed4bb5c3acdf826442ccc30c12791f42d4.zip
drm/amdgpu: add ih v6_0 ip block v2
This adds ih v6_0 ip block support. IH is the interrupt handler. Signed-off-by: Stanley.Yang <Stanley.Yang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index 06f21e9008c6..9086df53660c 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -167,6 +167,7 @@ enum amd_powergating_state {
#define AMD_PG_SUPPORT_VCN_DPG (1 << 15)
#define AMD_PG_SUPPORT_ATHUB (1 << 16)
#define AMD_PG_SUPPORT_JPEG (1 << 17)
+#define AMD_PG_SUPPORT_IH_SRAM_PG (1 << 18)
/**
* enum PP_FEATURE_MASK - Used to mask power play features.