diff options
author | Huang Rui <ray.huang@amd.com> | 2020-09-30 12:37:42 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-10-05 15:15:28 -0400 |
commit | 8447675327f8305aeaeebbd9e570303a219bb44d (patch) | |
tree | 3906defdbb3aa7a581556f5ba4b5d9e8cf491d26 /drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | |
parent | ed3b73533235e21d2657cdc764cb7ce5d160559a (diff) | |
download | linux-8447675327f8305aeaeebbd9e570303a219bb44d.tar.bz2 |
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: Huang Rui <ray.huang@amd.com>
Reviewed-by: Aaron Liu <aaron.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c index bd4174cd8d4f..e27d0d56b169 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -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: |