Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c396 struct pixel_clk_params *pix_clk_params, in pll_adjust_pix_clk() argument
404 switch (pix_clk_params->signal_type) { in pll_adjust_pix_clk()
406 requested_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
407 if (pix_clk_params->pixel_encoding != PIXEL_ENCODING_YCBCR422) { in pll_adjust_pix_clk()
408 switch (pix_clk_params->color_depth) { in pll_adjust_pix_clk()
429 requested_clk_100hz = pix_clk_params->requested_sym_clk * 10; in pll_adjust_pix_clk()
430 actual_pix_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
434 requested_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
435 actual_pix_clk_100hz = pix_clk_params->requested_pix_clk_100hz; in pll_adjust_pix_clk()
441 encoder_object_id = pix_clk_params->encoder_object_id; in pll_adjust_pix_clk()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1481 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output()
1484 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output()
1499 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in build_audio_output()
1503 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz/2; in build_audio_output()
1598 &pipe_ctx->stream_res.pix_clk_params, in dce110_enable_stream_timing()
2059 pipe_ctx->stream_res.pix_clk_params.dio_se_pix_per_cycle = 1; in dce110_enable_accelerated_mode()
3432 pipes[i].stream_res.pix_clk_params.requested_pix_clk_100hz = in dce110_enable_dp_link_output()
3436 &pipes[i].stream_res.pix_clk_params, in dce110_enable_dp_link_output()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c926 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in dce110_resource_build_pipe_hw_param()
929 &pipe_ctx->stream_res.pix_clk_params, in dce110_resource_build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1067 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in build_pipe_hw_param()
1071 &pipe_ctx->stream_res.pix_clk_params, in build_pipe_hw_param()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1320 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in dcn20_build_pipe_pix_clk_params()
1323 &pipe_ctx->stream_res.pix_clk_params, in dcn20_build_pipe_pix_clk_params()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c708 &pipe_ctx->stream_res.pix_clk_params, in dcn401_enable_stream_timing()
928 &pipe_ctx->stream_res.pix_clk_params, in disable_link_output_symclk_on_tx_off()
1680 params.pix_per_cycle = pipe_ctx->stream_res.pix_clk_params.dio_se_pix_per_cycle; in dcn401_unblank_stream()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c1903 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk = in enable_link_dp()