Commit ac4e189a authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/gfx10: add navi12 to gfxoff case

Looks like it should be handled here as well.
Reviewed-by: default avatarEvan Quan <evan.quan@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent e27fb821
......@@ -7118,6 +7118,7 @@ static int gfx_v10_0_set_powergating_state(void *handle,
switch (adev->asic_type) {
case CHIP_NAVI10:
case CHIP_NAVI14:
case CHIP_NAVI12:
amdgpu_gfx_off_ctrl(adev, enable);
break;
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment