Searched refs:dpp_pipe (Results 1 – 4 of 4) sorted by relevance
430 struct pipe_ctx *resource_get_primary_dpp_pipe(const struct pipe_ctx *dpp_pipe);437 int resource_get_mpc_slice_index(const struct pipe_ctx *dpp_pipe);
2102 struct pipe_ctx *resource_get_primary_dpp_pipe(const struct pipe_ctx *dpp_pipe) in resource_get_primary_dpp_pipe() argument2104 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe()2106 ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE)); in resource_get_primary_dpp_pipe()2544 struct pipe_ctx *dpp_pipe) in get_last_dpp_pipe_in_mpcc_combine() argument2546 ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE)); in get_last_dpp_pipe_in_mpcc_combine()2547 while (dpp_pipe->bottom_pipe && in get_last_dpp_pipe_in_mpcc_combine()2548 dpp_pipe->plane_state == dpp_pipe->bottom_pipe->plane_state) in get_last_dpp_pipe_in_mpcc_combine()2549 dpp_pipe = dpp_pipe->bottom_pipe; in get_last_dpp_pipe_in_mpcc_combine()2550 return dpp_pipe; in get_last_dpp_pipe_in_mpcc_combine()3347 struct pipe_ctx *dpp_pipe, in acquire_dpp_pipe_and_add_mpc_slice() argument[all …]
1836 struct pipe_ctx *dpp_pipe = dpp_pipes[dpp_idx]; in dcn401_wait_for_det_buffer_update_under_otg_master() local1837 if (dpp_pipe && hubbub && in dcn401_wait_for_det_buffer_update_under_otg_master()1838 dpp_pipe->plane_res.hubp && in dcn401_wait_for_det_buffer_update_under_otg_master()1840 hubbub->funcs->wait_for_det_update(hubbub, dpp_pipe->plane_res.hubp->inst); in dcn401_wait_for_det_buffer_update_under_otg_master()
1146 struct pipe_ctx *dpp_pipe, struct dc_plane_state *plane, int diff) in update_slice_table_for_plane() argument1149 struct pipe_ctx *pri_dpp_pipe = resource_get_primary_dpp_pipe(dpp_pipe); in update_slice_table_for_plane()