Skip to content

Commit cf4554f

Browse files
Jiansong Chenalexdeucher
authored andcommitted
drm/amdgpu: support athub cg setting for navy_flounder
navy_flounder has athub ip v2.1. Signed-off-by: Jiansong Chen <[email protected]> Reviewed-by: Tao Zhou <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 40582e6 commit cf4554f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ int athub_v2_1_set_clockgating(struct amdgpu_device *adev,
7373

7474
switch (adev->asic_type) {
7575
case CHIP_SIENNA_CICHLID:
76+
case CHIP_NAVY_FLOUNDER:
7677
athub_v2_1_update_medium_grain_clock_gating(adev,
7778
state == AMD_CG_STATE_GATE ? true : false);
7879
athub_v2_1_update_medium_grain_light_sleep(adev,

0 commit comments

Comments
 (0)