Searched refs:dispclk_khz (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clocks.c | 221 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/ |
D | dce100_hw_sequencer.c | 162 req_clks.dispclk_khz = context->bw.dce.dispclk_khz * 115 / 100; in dce100_set_bandwidth()
|
D | dce100_resource.c | 726 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/ |
D | dc_debug.c | 355 context->bw.dcn.clk.dispclk_khz, in context_clock_trace() 363 context->bw.dcn.clk.dispclk_khz, in context_clock_trace()
|
D | dc_link.c | 1336 clocks.dispclk_khz = 0; in enable_link_dp()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 254 int dispclk_khz; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calcs.c | 1050 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()
|
D | dce_calcs.c | 2745 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/ |
D | dc.h | 203 int dispclk_khz; member
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 342 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/ |
D | dce110_hw_sequencer.c | 2541 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()
|
D | dce110_resource.c | 870 context->bw.dce.dispclk_khz, in dce110_validate_bandwidth()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_resource.c | 735 context->bw.dce.dispclk_khz = 681000; in dce80_validate_bandwidth()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/ |
D | dce112_resource.c | 820 context->bw.dce.dispclk_khz, in dce112_validate_bandwidth()
|