Commit ac4e189a authored by Alex Deucher's avatar Alex Deucher
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: