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 <li.ma@amd.com> Reviewed-by: Tim Huang <Tim.Huang@amd.com> Reviewed-by: Yifan Zhang <yifan1.zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent fa9dd7a commit 9d7a965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)