Searched refs:pix_clk_params (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_clock_source.c | 494 pix_clk_params->signal_type, in dce110_get_pix_clk_dividers_helper() 592 pll_settings, pix_clk_params); in dce110_get_pix_clk_dividers() 624 pll_settings, pix_clk_params); in dce112_get_pix_clk_dividers() 901 pix_clk_params->signal_type, in dce110_program_pix_clk() 907 pix_clk_params->signal_type, in dce110_program_pix_clk() 908 pix_clk_params->color_depth); in dce110_program_pix_clk() 967 pix_clk_params->signal_type, in dce112_program_pix_clk() 968 pix_clk_params->color_depth, in dce112_program_pix_clk() 1090 pix_clk_params->signal_type, in dcn31_program_pix_clk() 1091 pix_clk_params->color_depth, in dcn31_program_pix_clk() [all …]
|
A D | dce_clk_mgr.c | 199 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.3-rc2/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/ |
A D | dce_clk_mgr.c | 180 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.3-rc2/drivers/gpu/drm/amd/display/dc/inc/ |
A D | core_types.h | 329 struct pixel_clk_params pix_clk_params; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_hw_sequencer.c | 1324 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output() 1327 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output() 1333 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in build_audio_output() 1337 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz/2; in build_audio_output() 1430 &pipe_ctx->stream_res.pix_clk_params, in dce110_enable_stream_timing() 3052 pipes[i].stream_res.pix_clk_params.requested_pix_clk_100hz = in dce110_enable_dp_link_output() 3056 &pipes[i].stream_res.pix_clk_params, in dce110_enable_dp_link_output()
|
A D | dce110_resource.c | 918 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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_resource.c | 1047 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()
|
A D | dcn10_hw_sequencer_debug.c | 432 …pix_clk = dc->current_state->res_ctx.pipe_ctx[i].stream_res.pix_clk_params.requested_pix_clk_100hz… in dcn10_get_otg_states()
|
A D | dcn10_hw_sequencer.c | 921 &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.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_resource.c | 1299 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in build_pipe_hw_param() 1303 &pipe_ctx->stream_res.pix_clk_params, in build_pipe_hw_param()
|
A D | dcn20_hwseq.c | 713 &pipe_ctx->stream_res.pix_clk_params, in dcn20_enable_stream_timing()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/ |
A D | dcn32_hwseq.c | 1222 &pipe_ctx->stream_res.pix_clk_params, in apply_symclk_on_tx_off_wa()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/link/ |
A D | link_dpms.c | 2072 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk = in enable_link_dp()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 1199 pipe->stream_res.pix_clk_params.requested_pix_clk_100hz; in disable_vbios_mode_if_required()
|
Completed in 91 milliseconds