Now that we handle this correctly, there is no need to force
it.

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
 drivers/gpu/drm/radeon/radeon_atpx_handler.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_atpx_handler.c 
b/drivers/gpu/drm/radeon/radeon_atpx_handler.c
index 51da319..6996b31 100644
--- a/drivers/gpu/drm/radeon/radeon_atpx_handler.c
+++ b/drivers/gpu/drm/radeon/radeon_atpx_handler.c
@@ -193,11 +193,6 @@ static int radeon_atpx_validate(struct radeon_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;
-- 
2.5.5

Reply via email to