Home
last modified time | relevance | path

Searched refs:pipe_dlg_param (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c421 input->dest.vstartup_start = pipe->pipe_dlg_param.vstartup_start; in pipe_ctx_to_e2e_pipe_params()
422 input->dest.vupdate_offset = pipe->pipe_dlg_param.vupdate_offset; in pipe_ctx_to_e2e_pipe_params()
423 input->dest.vupdate_offset = pipe->pipe_dlg_param.vupdate_offset; in pipe_ctx_to_e2e_pipe_params()
424 input->dest.vupdate_width = pipe->pipe_dlg_param.vupdate_width; in pipe_ctx_to_e2e_pipe_params()
1092 …pipe->pipe_dlg_param.vupdate_width = v->v_update_width[input_idx][v->dpp_per_plane[input_idx] == 2… in dcn_validate_bandwidth()
1093 …pipe->pipe_dlg_param.vupdate_offset = v->v_update_offset[input_idx][v->dpp_per_plane[input_idx] ==… in dcn_validate_bandwidth()
1094 …pipe->pipe_dlg_param.vready_offset = v->v_ready_offset[input_idx][v->dpp_per_plane[input_idx] == 2… in dcn_validate_bandwidth()
1095 pipe->pipe_dlg_param.vstartup_start = v->v_startup[input_idx]; in dcn_validate_bandwidth()
1097 pipe->pipe_dlg_param.htotal = pipe->stream->timing.h_total; in dcn_validate_bandwidth()
1098 pipe->pipe_dlg_param.vtotal = pipe->stream->timing.v_total; in dcn_validate_bandwidth()
[all …]
/dflybsd-src/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c657 pipe_ctx->stream_res.tg->dlg_otg_param.vready_offset = pipe_ctx->pipe_dlg_param.vready_offset; in dcn10_enable_stream_timing()
658 pipe_ctx->stream_res.tg->dlg_otg_param.vstartup_start = pipe_ctx->pipe_dlg_param.vstartup_start; in dcn10_enable_stream_timing()
659 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_offset = pipe_ctx->pipe_dlg_param.vupdate_offset; in dcn10_enable_stream_timing()
660 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_width = pipe_ctx->pipe_dlg_param.vupdate_width; in dcn10_enable_stream_timing()
2044 &pipe_ctx->pipe_dlg_param); in update_dchubp_dpp()
2209 pipe_ctx->stream_res.tg->dlg_otg_param.vready_offset = pipe_ctx->pipe_dlg_param.vready_offset; in program_all_pipe_in_tree()
2210 pipe_ctx->stream_res.tg->dlg_otg_param.vstartup_start = pipe_ctx->pipe_dlg_param.vstartup_start; in program_all_pipe_in_tree()
2211 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_offset = pipe_ctx->pipe_dlg_param.vupdate_offset; in program_all_pipe_in_tree()
2212 pipe_ctx->stream_res.tg->dlg_otg_param.vupdate_width = pipe_ctx->pipe_dlg_param.vupdate_width; in program_all_pipe_in_tree()
/dflybsd-src/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h229 struct _vcs_dpi_display_pipe_dest_params_st pipe_dlg_param; member