Home
last modified time | relevance | path

Searched refs:dc_mode_softmax_enabled (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.c253 if (dc->clk_mgr->dc_mode_softmax_enabled && safe_to_lower && !p_state_change_support) { in dcn3_update_clocks()
265 if (dc->clk_mgr->dc_mode_softmax_enabled && in dcn3_update_clocks()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dclk_mgr.h351 bool dc_mode_softmax_enabled; member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c1336 dc_state->bw_ctx.bw.dcn.clk.dramclk_khz = clk_mgr->dc_mode_softmax_enabled ? in dm_helpers_dp_handle_test_pattern_request()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5794 if (enable && !dc->clk_mgr->dc_mode_softmax_enabled) { in dc_enable_dcmode_clk_limit()
5804 } else if (!enable && dc->clk_mgr->dc_mode_softmax_enabled) { in dc_enable_dcmode_clk_limit()
5815 dc->clk_mgr->dc_mode_softmax_enabled = enable; in dc_enable_dcmode_clk_limit()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1378 if (dc->clk_mgr->dc_mode_softmax_enabled) in dcn401_prepare_bandwidth()
1447 if (dc->clk_mgr->dc_mode_softmax_enabled) in dcn401_optimize_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2451 if (dc->clk_mgr->dc_mode_softmax_enabled) in dcn20_optimize_bandwidth()