Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
H A 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/drivers/gpu/drm/amd/display/dc/dce/
H A 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/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1426 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output()
1429 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz; in build_audio_output()
1444 if (pipe_ctx->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) { in build_audio_output()
1448 pipe_ctx->stream_res.pix_clk_params.requested_pix_clk_100hz/2; in build_audio_output()
1545 &pipe_ctx->stream_res.pix_clk_params, in dce110_enable_stream_timing()
1968 pipe_ctx->stream_res.pix_clk_params.dio_se_pix_per_cycle = 1; in dce110_enable_accelerated_mode()
3299 pipes[i].stream_res.pix_clk_params.requested_pix_clk_100hz = in dce110_enable_dp_link_output()
3303 &pipes[i].stream_res.pix_clk_params, in dce110_enable_dp_link_output()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h354 struct pixel_clk_params pix_clk_params; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/
H A Ddcn401_clk_mgr.c540 ASSERT(otg_master->stream_res.pix_clk_params.controller_id >= CONTROLLER_ID_D0); in dcn401_update_clocks_update_dtb_dto()
546 if (otg_master->stream_res.pix_clk_params.controller_id > CONTROLLER_ID_UNDEFINED) in dcn401_update_clocks_update_dtb_dto()
549 &otg_master->stream_res.pix_clk_params, in dcn401_update_clocks_update_dtb_dto()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c492 &pipe_ctx->stream_res.pix_clk_params, in apply_symclk_on_tx_off_wa()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c803 &pipe_ctx->stream_res.pix_clk_params, in dcn401_enable_stream_timing()
1018 &pipe_ctx->stream_res.pix_clk_params, in disable_link_output_symclk_on_tx_off()
1606 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/resource/dcn401/
H A Ddcn401_resource.c1697 struct pixel_clk_params *pixel_clk_params = &pipe_ctx->stream_res.pix_clk_params; in dcn401_build_pipe_pix_clk_params()
1731 &pipe_ctx->stream_res.pix_clk_params, in dcn401_build_pipe_pix_clk_params()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1284 get_pixel_clock_parameters(pipe_ctx, &pipe_ctx->stream_res.pix_clk_params); in dcn20_build_pipe_pix_clk_params()
1287 &pipe_ctx->stream_res.pix_clk_params, in dcn20_build_pipe_pix_clk_params()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1168 &pipe_ctx->stream_res.pix_clk_params, in dcn10_enable_stream_timing()
2336 if (pipe->stream_res.pix_clk_params.pixel_encoding == PIXEL_ENCODING_YCBCR420) in get_clock_divider()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c2093 pipe_ctx->stream_res.pix_clk_params.requested_sym_clk = in enable_link_dp()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c880 &pipe_ctx->stream_res.pix_clk_params, in dcn20_enable_stream_timing()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1461 pipe->stream_res.pix_clk_params.requested_pix_clk_100hz; in disable_vbios_mode_if_required()