Skip to content

Commit f9caa23

Browse files
Tim Huangalexdeucher
authored andcommitted
drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4
Enable GFX IP v11.0.4 CG gate/ungate control. Signed-off-by: Tim Huang <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent a89e296 commit f9caa23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5116,6 +5116,7 @@ static int gfx_v11_0_set_clockgating_state(void *handle,
51165116
case IP_VERSION(11, 0, 1):
51175117
case IP_VERSION(11, 0, 2):
51185118
case IP_VERSION(11, 0, 3):
5119+
case IP_VERSION(11, 0, 4):
51195120
gfx_v11_0_update_gfx_clock_gating(adev,
51205121
state == AMD_CG_STATE_GATE);
51215122
break;

0 commit comments

Comments
 (0)