aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-06-01 13:14:48 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:51:02 -0400
commitd85555f8851e7e9af05bb8dfa43f5e7e05e35292 (patch)
treed992bd99fccb881d76254c3251facdb4c2a47b0f /drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
parentdrm/amdgpu: use PCI_D3hot for PX systems without dGPU power control (diff)
downloadlinux-dev-d85555f8851e7e9af05bb8dfa43f5e7e05e35292.tar.xz
linux-dev-d85555f8851e7e9af05bb8dfa43f5e7e05e35292.zip
drm/amdgpu/atpx: drop forcing of dGPU power control
Now that we handle this correctly, there is no need to force it. Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
index 7b11af1d8c4f..90dfedc5a5ca 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c
@@ -195,11 +195,6 @@ static int amdgpu_atpx_validate(struct amdgpu_atpx *atpx)
if (valid_bits & ATPX_MS_HYBRID_GFX_SUPPORTED) {
printk("Hybrid Graphics, ATPX dGPU power cntl disabled\n");
atpx->functions.power_cntl = false;
- } else if (atpx->functions.power_cntl == false) {
- /* make sure required functions are enabled */
- /* dGPU power control is required */
- printk("ATPX dGPU power cntl not present, forcing\n");
- atpx->functions.power_cntl = true;
}
return 0;