Home
last modified time | relevance | path

Searched refs:dispclk_khz (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clocks.c221 if (req_clocks->dispclk_khz > in dce_get_required_clocks_state()
231 < req_clocks->dispclk_khz) in dce_get_required_clocks_state()
469 if (should_set_clock(safe_to_lower, new_clocks->dispclk_khz, dccg->clks.dispclk_khz)) { in dce12_update_clocks()
471 clock_voltage_req.clocks_in_khz = new_clocks->dispclk_khz; in dce12_update_clocks()
472 new_clocks->dispclk_khz = dccg->funcs->set_dispclk(dccg, new_clocks->dispclk_khz); in dce12_update_clocks()
473 dccg->clks.dispclk_khz = new_clocks->dispclk_khz; in dce12_update_clocks()
490 bool request_dpp_div = new_clocks->dispclk_khz > new_clocks->dppclk_khz; in dcn1_determine_dppclk_threshold()
491 bool dispclk_increase = new_clocks->dispclk_khz > dccg->clks.dispclk_khz; in dcn1_determine_dppclk_threshold()
493 bool cur_dpp_div = dccg->clks.dispclk_khz > dccg->clks.dppclk_khz; in dcn1_determine_dppclk_threshold()
499 return new_clocks->dispclk_khz; in dcn1_determine_dppclk_threshold()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_hw_sequencer.c162 req_clks.dispclk_khz = context->bw.dce.dispclk_khz * 115 / 100; in dce100_set_bandwidth()
Ddce100_resource.c726 context->bw.dce.dispclk_khz = 681000; in dce100_validate_bandwidth()
729 context->bw.dce.dispclk_khz = 0; in dce100_validate_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c355 context->bw.dcn.clk.dispclk_khz, in context_clock_trace()
363 context->bw.dcn.clk.dispclk_khz, in context_clock_trace()
Ddc_link.c1336 clocks.dispclk_khz = 0; in enable_link_dp()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h254 int dispclk_khz; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1050 context->bw.dcn.clk.dispclk_khz = (int)(v->dispclk * 1000); in dcn_validate_bandwidth()
1052 context->bw.dcn.clk.dispclk_khz = (int)(dc->dcn_soc->max_dispclk_vmax0p9 * 1000); in dcn_validate_bandwidth()
1054 if (context->bw.dcn.clk.dispclk_khz < in dcn_validate_bandwidth()
1056 context->bw.dcn.clk.dispclk_khz = in dcn_validate_bandwidth()
1060 context->bw.dcn.clk.dppclk_khz = context->bw.dcn.clk.dispclk_khz / v->dispclk_dppclk_ratio; in dcn_validate_bandwidth()
1296 dc, DM_PP_CLOCK_TYPE_DISPLAY_CLK, clocks->dispclk_khz); in dcn_find_dcfclk_suits_all()
Ddce_calcs.c2745 if (calcs_output->dispclk_khz > int_max_clk) in is_display_configuration_supported()
3030 calcs_output->dispclk_khz = in bw_calcs()
3555 calcs_output->dispclk_khz = 0; in bw_calcs()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h203 int dispclk_khz; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c342 dc->current_state->bw.dcn.clk.dispclk_khz, in dcn10_log_hw_state()
2014 dc->res_pool->dccg->clks.dispclk_khz / 2; in update_dchubp_dpp()
2022 dc->res_pool->dccg->clks.dispclk_khz / 2 : in update_dchubp_dpp()
2023 dc->res_pool->dccg->clks.dispclk_khz; in update_dchubp_dpp()
2227 pp_display_cfg->disp_clk_khz = dc->res_pool->dccg->clks.dispclk_khz; in dcn10_pplib_apply_display_requirements()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2541 pp_display_cfg->disp_clk_khz = dc->res_pool->dccg->clks.dispclk_khz; in pplib_apply_display_requirements()
2570 req_clks.dispclk_khz = context->bw.dce.dispclk_khz; in dce110_set_bandwidth()
Ddce110_resource.c870 context->bw.dce.dispclk_khz, in dce110_validate_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c735 context->bw.dce.dispclk_khz = 681000; in dce80_validate_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c820 context->bw.dce.dispclk_khz, in dce112_validate_bandwidth()