Skip to content

Commit 9d7a965

Browse files
Li Maalexdeucher
authored andcommitted
drm/amdgpu: add clockgating support for NBIO v7.7.1
add clockgating support for NBIO ip 7.7.1 Signed-off-by: Li Ma <[email protected]> Reviewed-by: Tim Huang <[email protected]> Reviewed-by: Yifan Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent fa9dd7a commit 9d7a965

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
@@ -863,6 +863,7 @@ static int soc21_common_set_clockgating_state(void *handle,
863863
case IP_VERSION(4, 3, 0):
864864
case IP_VERSION(4, 3, 1):
865865
case IP_VERSION(7, 7, 0):
866+
case IP_VERSION(7, 7, 1):
866867
case IP_VERSION(7, 11, 0):
867868
adev->nbio.funcs->update_medium_grain_clock_gating(adev,
868869
state == AMD_CG_STATE_GATE);

0 commit comments

Comments
 (0)