Home
last modified time | relevance | path

Searched refs:phyclk_khz (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clocks.c223 || req_clocks->phyclk_khz > in dce_get_required_clocks_state()
478 if (should_set_clock(safe_to_lower, new_clocks->phyclk_khz, dccg->clks.phyclk_khz)) { in dce12_update_clocks()
480 clock_voltage_req.clocks_in_khz = new_clocks->phyclk_khz; in dce12_update_clocks()
481 dccg->clks.phyclk_khz = new_clocks->phyclk_khz; in dce12_update_clocks()
579 if (new_clocks->phyclk_khz) in dcn1_update_clocks()
585 || new_clocks->phyclk_khz > dccg->clks.phyclk_khz in dcn1_update_clocks()
590 if (should_set_clock(safe_to_lower, new_clocks->phyclk_khz, dccg->clks.phyclk_khz)) { in dcn1_update_clocks()
591 dccg->clks.phyclk_khz = new_clocks->phyclk_khz; in dcn1_update_clocks()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_hw_sequencer.c163 req_clks.phyclk_khz = get_max_pixel_clock_for_all_paths(dc, context); in dce100_set_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc.h210 int phyclk_khz; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1061 context->bw.dcn.clk.phyclk_khz = v->phyclk_per_state[v->voltage_level]; in dcn_validate_bandwidth()
1298 dc, DM_PP_CLOCK_TYPE_DISPLAYPHYCLK, clocks->phyclk_khz); in dcn_find_dcfclk_suits_all()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c1338 clocks.phyclk_khz = link_settings.link_rate * 27000; in enable_link_dp()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c2367 context->bw.dcn.clk.phyclk_khz = 0; in dcn10_set_bandwidth()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2571 req_clks.phyclk_khz = get_max_pixel_clock_for_all_paths(dc, context); in dce110_set_bandwidth()