Searched refs:pri_dpp_pipe (Results 1 – 2 of 2) sorted by relevance
2009 struct pipe_ctx *pri_dpp_pipe = (struct pipe_ctx *) dpp_pipe; in resource_get_primary_dpp_pipe() local2012 while (pri_dpp_pipe->prev_odm_pipe) in resource_get_primary_dpp_pipe()2013 pri_dpp_pipe = pri_dpp_pipe->prev_odm_pipe; in resource_get_primary_dpp_pipe()2014 while (pri_dpp_pipe->top_pipe && in resource_get_primary_dpp_pipe()2015 pri_dpp_pipe->top_pipe->plane_state == pri_dpp_pipe->plane_state) in resource_get_primary_dpp_pipe()2016 pri_dpp_pipe = pri_dpp_pipe->top_pipe; in resource_get_primary_dpp_pipe()2017 return pri_dpp_pipe; in resource_get_primary_dpp_pipe()
1147 struct pipe_ctx *pri_dpp_pipe = resource_get_primary_dpp_pipe(dpp_pipe); in update_slice_table_for_plane() local1151 table->mpc_combines[i].pri_pipe == pri_dpp_pipe) { in update_slice_table_for_plane()1160 table->mpc_combines[i].pri_pipe = pri_dpp_pipe; in update_slice_table_for_plane()