Commit 84476753 authored by Huang Rui's avatar Huang Rui Committed by Alex Deucher
Browse files

drm/amdgpu: disable gfxoff on vangogh for the moment (v2)



GFXOFF will be enabled once it's verified on real asic.

v2: move check into gfx10 module.

Signed-off-by: default avatarHuang Rui <ray.huang@amd.com>
Reviewed-by: default avatarAaron Liu <aaron.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ed3b7353
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3667,6 +3667,7 @@ static void gfx_v10_0_check_gfxoff_flag(struct amdgpu_device *adev)
			adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
		break;
	case CHIP_NAVY_FLOUNDER:
	case CHIP_VANGOGH:
		adev->pm.pp_feature &= ~PP_GFXOFF_MASK;
		break;
	default: