Home
last modified time | relevance | path

Searched refs:max_supported_dppclk_khz (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
Drv1_clk_mgr.c46 int disp_clk_threshold = new_clocks->max_supported_dppclk_khz; in rv1_determine_dppclk_threshold()
187 clk_mgr->base.clks.max_supported_dppclk_khz = new_clocks->max_supported_dppclk_khz; in ramp_up_dispclk_with_dpp()
/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_trace.h505 __field(int, max_supported_dppclk_khz)
524 __entry->max_supported_dppclk_khz = clk->max_supported_dppclk_khz;
549 __entry->max_supported_dppclk_khz,
/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1196 context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in dcn_validate_bandwidth()
1200 context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in dcn_validate_bandwidth()
1204 context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in dcn_validate_bandwidth()
1208 context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in dcn_validate_bandwidth()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
Ddcn20_clk_mgr.c454 clock_cfg->max_clock_khz = context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz; in dcn2_get_clock()
/drivers/gpu/drm/amd/display/dc/
Ddc.h399 int max_supported_dppclk_khz; member
/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3612 info->maxSupportedDppClock = (unsigned int)state->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz; in get_clock_requirements_for_state()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c463 dc->current_state->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz, in dcn10_log_hw_state()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c3133 …context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = context->bw_ctx.dml.soc.clock_limits[vlevel]… in dcn20_calculate_dlg_params()