Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.c387 struct pixel_clk_params *pix_clk_params, in pll_adjust_pix_clk() argument
395 switch (pix_clk_params->signal_type) { in pll_adjust_pix_clk()
397 requested_clk_khz = pix_clk_params->requested_pix_clk; in pll_adjust_pix_clk()
398 if (pix_clk_params->pixel_encoding != PIXEL_ENCODING_YCBCR422) { in pll_adjust_pix_clk()
399 switch (pix_clk_params->color_depth) { in pll_adjust_pix_clk()
420 requested_clk_khz = pix_clk_params->requested_sym_clk; in pll_adjust_pix_clk()
421 actual_pix_clk_khz = pix_clk_params->requested_pix_clk; in pll_adjust_pix_clk()
425 requested_clk_khz = pix_clk_params->requested_pix_clk; in pll_adjust_pix_clk()
426 actual_pix_clk_khz = pix_clk_params->requested_pix_clk; in pll_adjust_pix_clk()
432 encoder_object_id = pix_clk_params->encoder_object_id; in pll_adjust_pix_clk()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_hw_sequencer.c148 if (pipe_ctx->stream_res.pix_clk_params.requested_pix_clk > max_pix_clk) in get_max_pixel_clock_for_all_paths()
150 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk; in get_max_pixel_clock_for_all_paths()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_link_hwss.c78 pipes[i].stream_res.pix_clk_params.requested_pix_clk = in dp_enable_link_phy()
82 &pipes[i].stream_res.pix_clk_params, in dp_enable_link_phy()
Ddc_link.c2169 bpc = get_color_depth(pipe_ctx->stream_res.pix_clk_params.color_depth); in get_pbn_from_timing()
2170 kbps = pipe_ctx->stream_res.pix_clk_params.requested_pix_clk * bpc * 3; in get_pbn_from_timing()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h191 struct pixel_clk_params pix_clk_params; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c1174 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk; in build_audio_output()
1177 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk; in build_audio_output()
1183 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in build_audio_output()
1187 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk/2; in build_audio_output()
1307 &pipe_ctx->stream_res.pix_clk_params, in dce110_enable_stream_timing()
1789 if (pipe_ctx->stream_res.pix_clk_params.requested_pix_clk > max_pix_clk) in get_max_pixel_clock_for_all_paths()
1791 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk; in get_max_pixel_clock_for_all_paths()
Ddce110_resource.c762 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in dce110_resource_build_pipe_hw_param()
765 &pipe_ctx->stream_res.pix_clk_params, in dce110_resource_build_pipe_hw_param()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c950 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in build_pipe_hw_param()
954 &pipe_ctx->stream_res.pix_clk_params, in build_pipe_hw_param()
Ddcn10_hw_sequencer.c648 &pipe_ctx->stream_res.pix_clk_params, in dcn10_enable_stream_timing()