We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aea871 commit 410bb27Copy full SHA for 410bb27
drivers/gpu/drm/amd/amdgpu/soc21.c
@@ -953,6 +953,7 @@ static int soc21_common_set_clockgating_state(void *handle,
953
case IP_VERSION(7, 7, 1):
954
case IP_VERSION(7, 11, 0):
955
case IP_VERSION(7, 11, 1):
956
+ case IP_VERSION(7, 11, 3):
957
adev->nbio.funcs->update_medium_grain_clock_gating(adev,
958
state == AMD_CG_STATE_GATE);
959
adev->nbio.funcs->update_medium_grain_light_sleep(adev,
0 commit comments