Skip to content

Commit 410bb27

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: Add NBIO IP v7.11.3 support
Enable setting soc21 common clockgating for NBIO 7.11.3. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 5aea871 commit 410bb27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/amdgpu/soc21.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ static int soc21_common_set_clockgating_state(void *handle,
953953
case IP_VERSION(7, 7, 1):
954954
case IP_VERSION(7, 11, 0):
955955
case IP_VERSION(7, 11, 1):
956+
case IP_VERSION(7, 11, 3):
956957
adev->nbio.funcs->update_medium_grain_clock_gating(adev,
957958
state == AMD_CG_STATE_GATE);
958959
adev->nbio.funcs->update_medium_grain_light_sleep(adev,

0 commit comments

Comments
 (0)