Skip to content

Commit

Permalink
drm/amdgpu: Allow GfxOff on Vangogh as default
Browse files Browse the repository at this point in the history
Send allow GfxOff message to SMU to enter GfxOff
mode as default.

Signed-off-by: Jinzhou Su <Jinzhou.Su@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Jinzhou Su authored and Alex Deucher committed Jan 21, 2021
1 parent 59f4ede commit 366468f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
Original file line number Diff line number Diff line change
Expand Up @@ -7905,6 +7905,7 @@ static int gfx_v10_0_set_powergating_state(void *handle,
break;
case CHIP_VANGOGH:
gfx_v10_cntl_pg(adev, enable);
amdgpu_gfx_off_ctrl(adev, enable);
break;
default:
break;
Expand Down

0 comments on commit 366468f

Please sign in to comment.