From: Muhammad Ahmed <[email protected]> [Why] pmfw ungate this feature, this can be enabled now
Reviewed-by: Charlene Liu <[email protected]> Acked-by: Qingqing Zhuo <[email protected]> Signed-off-by: Muhammad Ahmed <[email protected]> --- drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_smu.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_smu.c b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_smu.c index 8d870880ec15..9bd1e86901ec 100644 --- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_smu.c +++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_smu.c @@ -230,9 +230,6 @@ int dcn35_smu_set_min_deep_sleep_dcfclk(struct clk_mgr_internal *clk_mgr, int re { int actual_min_ds_dcfclk_mhz = -1; - if (!clk_mgr->base.ctx->dc->debug.pstate_enabled) - return -1; - if (!clk_mgr->smu_present) return requested_min_ds_dcfclk_khz; -- 2.40.1
