aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/soc21.c
diff options
context:
space:
mode:
authorTim Huang <[email protected]>2024-12-05 08:50:41 +0000
committerAlex Deucher <[email protected]>2025-02-13 02:02:55 +0000
commite659c9eb87261db848d3e8053cc73c57454cdcb4 (patch)
treed59784204555c1111ccb553f15941e47913b5373 /drivers/gpu/drm/amd/amdgpu/soc21.c
parentdrm/amdgpu: add support for SDMA IP version 6.1.3 (diff)
downloadkernel-e659c9eb87261db848d3e8053cc73c57454cdcb4.tar.gz
kernel-e659c9eb87261db848d3e8053cc73c57454cdcb4.zip
drm/amdgpu: add support for NBIO IP version 7.11.2
This initializes NBIO IP version 7.11.2. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc21.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/soc21.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc21.c b/drivers/gpu/drm/amd/amdgpu/soc21.c
index ba889a85cdc5..e1dad7ca5b5c 100644
--- a/drivers/gpu/drm/amd/amdgpu/soc21.c
+++ b/drivers/gpu/drm/amd/amdgpu/soc21.c
@@ -962,6 +962,7 @@ static int soc21_common_set_clockgating_state(struct amdgpu_ip_block *ip_block,
case IP_VERSION(7, 7, 1):
case IP_VERSION(7, 11, 0):
case IP_VERSION(7, 11, 1):
+ case IP_VERSION(7, 11, 2):
case IP_VERSION(7, 11, 3):
adev->nbio.funcs->update_medium_grain_clock_gating(adev,
state == AMD_CG_STATE_GATE);