Home
last modified time | relevance | path

Searched refs:first_pipe_idx_in_plane (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c294 dml_uint_t first_pipe_idx_in_plane = __DML_NUM_PLANES__; in dml_rq_dlg_get_dlg_reg() local
300 if (i < first_pipe_idx_in_plane) { in dml_rq_dlg_get_dlg_reg()
301 first_pipe_idx_in_plane = i; in dml_rq_dlg_get_dlg_reg()
305 …pipe_idx_in_combine = pipe_idx - first_pipe_idx_in_plane; // DML assumes the pipes in the same pla… in dml_rq_dlg_get_dlg_reg()
309 dml_print("DML_DLG: %s: first_pipe_idx_in_plane = %d\n", __func__, first_pipe_idx_in_plane); in dml_rq_dlg_get_dlg_reg()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c744 l->first_pipe_idx_in_plane = DML2_MAX_PLANES; in dcn6_rq_dlg_get_dlg_reg()
755 if (i < l->first_pipe_idx_in_plane) { in dcn6_rq_dlg_get_dlg_reg()
756 l->first_pipe_idx_in_plane = i; in dcn6_rq_dlg_get_dlg_reg()
760 …l->pipe_idx_in_combine = pipe_idx - l->first_pipe_idx_in_plane; // DML assumes the pipes in the sa… in dcn6_rq_dlg_get_dlg_reg()
764 …L_LOG_VERBOSE("DML_DLG: %s: first_pipe_idx_in_plane = %d\n", __func__, l->first_pipe_idx_in_plane); in dcn6_rq_dlg_get_dlg_reg()
H A Ddml2_core_shared_types.h1681 unsigned int first_pipe_idx_in_plane; member
H A Ddml2_core_dcn5_calcs_dchub.c5578 l->first_pipe_idx_in_plane = DML2_MAX_PLANES; in dcn5_rq_dlg_get_dlg_reg()
5589 if (i < l->first_pipe_idx_in_plane) { in dcn5_rq_dlg_get_dlg_reg()
5590 l->first_pipe_idx_in_plane = i; in dcn5_rq_dlg_get_dlg_reg()
5594 …l->pipe_idx_in_combine = pipe_idx - l->first_pipe_idx_in_plane; // DML assumes the pipes in the sa… in dcn5_rq_dlg_get_dlg_reg()
5598 …L_LOG_VERBOSE("DML_DLG: %s: first_pipe_idx_in_plane = %d\n", __func__, l->first_pipe_idx_in_plane); in dcn5_rq_dlg_get_dlg_reg()