Searched refs:dpp_pipe (Results 1 – 2 of 2) sorted by relevance
419 struct pipe_ctx *resource_get_primary_dpp_pipe(const struct pipe_ctx *dpp_pipe);426 int resource_get_mpc_slice_index(const struct pipe_ctx *dpp_pipe);
2007 struct pipe_ctx *resource_get_primary_dpp_pipe(const struct pipe_ctx *dpp_pipe) in resource_get_primary_dpp_pipe() argument2009 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe()2011 ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE)); in resource_get_primary_dpp_pipe()2418 struct pipe_ctx *dpp_pipe) in get_last_dpp_pipe_in_mpcc_combine() argument2420 ASSERT(resource_is_pipe_type(dpp_pipe, DPP_PIPE)); in get_last_dpp_pipe_in_mpcc_combine()2421 while (dpp_pipe->bottom_pipe && in get_last_dpp_pipe_in_mpcc_combine()2422 dpp_pipe->plane_state == dpp_pipe->bottom_pipe->plane_state) in get_last_dpp_pipe_in_mpcc_combine()2423 dpp_pipe = dpp_pipe->bottom_pipe; in get_last_dpp_pipe_in_mpcc_combine()2424 return dpp_pipe; in get_last_dpp_pipe_in_mpcc_combine()3037 struct pipe_ctx *dpp_pipe, in acquire_dpp_pipe_and_add_mpc_slice() argument[all …]