diff options
| author | Li Ma <[email protected]> | 2023-10-18 05:32:39 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-10-20 19:11:28 +0000 |
| commit | 9d7a965e22e5c0abd1aa6aaa389a81de58ca5182 (patch) | |
| tree | ee8800a953a9088d5e2f40cce82a4310cb871a17 /drivers/gpu/drm/amd/amdgpu/soc21.c | |
| parent | drm/amdgpu: fix missing stuff in NBIO v7.11 (diff) | |
| download | kernel-9d7a965e22e5c0abd1aa6aaa389a81de58ca5182.tar.gz kernel-9d7a965e22e5c0abd1aa6aaa389a81de58ca5182.zip | |
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]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/soc21.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc21.c | 1 |
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 7fe199560264..8c6cab641a1c 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc21.c +++ b/drivers/gpu/drm/amd/amdgpu/soc21.c @@ -863,6 +863,7 @@ static int soc21_common_set_clockgating_state(void *handle, case IP_VERSION(4, 3, 0): case IP_VERSION(4, 3, 1): case IP_VERSION(7, 7, 0): + case IP_VERSION(7, 7, 1): case IP_VERSION(7, 11, 0): adev->nbio.funcs->update_medium_grain_clock_gating(adev, state == AMD_CG_STATE_GATE); |
