Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c394 struct pixel_clk_params *pix_clk_params, in pll_adjust_pix_clk() argument
402 switch (pix_clk_params->signal_type) { in pll_adjust_pix_clk()
404 requested_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
405 if (pix_clk_params->pixel_encoding != PIXEL_ENCODING_YCBCR422) { in pll_adjust_pix_clk()
406 switch (pix_clk_params->color_depth) { in pll_adjust_pix_clk()
427 requested_clk_100hz = pix_clk_params->requested_sym_clk * 10; in pll_adjust_pix_clk()
428 actual_pix_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
432 requested_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
433 actual_pix_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
439 encoder_object_id = pix_clk_params->encoder_object_id; in pll_adjust_pix_clk()
[all …]
Ddce_clk_mgr.c199 if (pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10 > max_pix_clk) in get_max_pixel_clock_for_all_paths()
200 max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10; in get_max_pixel_clock_for_all_paths()
206 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk > max_pix_clk) in get_max_pixel_clock_for_all_paths()
207 max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_sym_clk; in get_max_pixel_clock_for_all_paths()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
Ddce_clk_mgr.c180 if (pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10 > max_pix_clk) in dce_get_max_pixel_clock_for_all_paths()
181 max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz / 10; in dce_get_max_pixel_clock_for_all_paths()
187 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk > max_pix_clk) in dce_get_max_pixel_clock_for_all_paths()
188 max_pix_clk = pipe_ctx->stream_res.pix_clk_params.requested_sym_clk; in dce_get_max_pixel_clock_for_all_paths()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1336 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output()
1339 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output()
1345 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in build_audio_output()
1349 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz/2; in build_audio_output()
1442 &pipe_ctx->stream_res.pix_clk_params, in dce110_enable_stream_timing()
3071 pipes[i].stream_res.pix_clk_params.requested_pix_clk_100hz = in dce110_enable_dp_link_output()
3075 &pipes[i].stream_res.pix_clk_params, in dce110_enable_dp_link_output()
Ddce110_resource.c918 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in dce110_resource_build_pipe_hw_param()
921 &pipe_ctx->stream_res.pix_clk_params, in dce110_resource_build_pipe_hw_param()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h346 struct pixel_clk_params pix_clk_params; member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c432 …pix_clk = dc->current_state->res_ctx.pipe_ctx[i].stream_res.pix_clk_params.requested_pix_clk_100hz… in dcn10_get_otg_states()
Ddcn10_resource.c1047 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in build_pipe_hw_param()
1051 &pipe_ctx->stream_res.pix_clk_params, in build_pipe_hw_param()
Ddcn10_hw_sequencer.c921 &pipe_ctx->stream_res.pix_clk_params, in dcn10_enable_stream_timing()
2102 if (pipe->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) in get_clock_divider()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1292 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in build_pipe_hw_param()
1296 &pipe_ctx->stream_res.pix_clk_params, in build_pipe_hw_param()
Ddcn20_hwseq.c702 &pipe_ctx->stream_res.pix_clk_params, in dcn20_enable_stream_timing()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c1298 &pipe_ctx->stream_res.pix_clk_params, in apply_symclk_on_tx_off_wa()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c2021 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk = in enable_link_dp()
Ddc.c1195 pipe->stream_res.pix_clk_params.requested_pix_clk_100hz; in disable_vbios_mode_if_required()