Searched refs:pri_dpp_pipe (Results 1 – 2 of 2) sorted by relevance
2083 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe() local2086 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe()2087 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe()2088 while (pri_dpp_pipe->top_pipe && in resource_get_primary_dpp_pipe()2089 pri_dpp_pipe->top_pipe->plane_state == pri_dpp_pipe->plane_state) in resource_get_primary_dpp_pipe()2090 pri_dpp_pipe = pri_dpp_pipe->top_pipe; in resource_get_primary_dpp_pipe()2091 return pri_dpp_pipe; in resource_get_primary_dpp_pipe()
1148 struct pipe_ctx *pri_dpp_pipe = resource_get_primary_dpp_pipe(dpp_pipe); in update_slice_table_for_plane() local1152 table->mpc_combines[i].pri_pipe == pri_dpp_pipe) { in update_slice_table_for_plane()1161 table->mpc_combines[i].pri_pipe = pri_dpp_pipe; in update_slice_table_for_plane()