aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorJiansong Chen <Jiansong.Chen@amd.com>2020-07-30 18:09:47 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-08-06 16:45:46 -0400
commita15383893f798c0962ab87f7e159abba9cbe3822 (patch)
tree79cf528a6eacd68c27436482fc570f323447c8be /drivers/gpu/drm/amd/amdgpu
parentdrm amdgpu: Skip tmr load for SRIOV (diff)
downloadlinux-dev-a15383893f798c0962ab87f7e159abba9cbe3822.tar.xz
linux-dev-a15383893f798c0962ab87f7e159abba9cbe3822.zip
drm/amdgpu: enable GFXOFF for navy_flounder
Enable GFXOFF for navy_flounder. Signed-off-by: Jiansong Chen <Jiansong.Chen@amd.com> Reviewed-by: Likun Gao <Likun.Gao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c1
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 43cf3487c98a..65997ffaed45 100644
--- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
@@ -7529,6 +7529,7 @@ static int gfx_v10_0_set_powergating_state(void *handle,
case CHIP_NAVI14:
case CHIP_NAVI12:
case CHIP_SIENNA_CICHLID:
+ case CHIP_NAVY_FLOUNDER:
amdgpu_gfx_off_ctrl(adev, enable);
break;
default: