Searched refs:pix_clk_params (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_clock_source.c | 396 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 D | dce110_hwseq.c | 1481 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 D | dce110_resource.c | 926 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 D | dcn10_resource.c | 1067 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 D | dcn20_resource.c | 1320 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 D | dcn401_hwseq.c | 708 &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 D | link_dpms.c | 1903 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk = in enable_link_dp()
|