Searched refs:temp_pipe (Results 1 – 1 of 1) sorted by relevance
1196 struct pipe_ctx *temp_pipe; in dcn20_pipe_control_lock() local1209 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()1210 while (!flip_immediate && temp_pipe) { in dcn20_pipe_control_lock()1211 if (temp_pipe->plane_state != NULL) in dcn20_pipe_control_lock()1212 flip_immediate = temp_pipe->plane_state->flip_immediate; in dcn20_pipe_control_lock()1213 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()1221 temp_pipe = pipe; in dcn20_pipe_control_lock()1222 while (temp_pipe) { in dcn20_pipe_control_lock()1223 if (temp_pipe->plane_state && temp_pipe->plane_state->flip_immediate) { in dcn20_pipe_control_lock()1225 if (!temp_pipe->plane_res.hubp->funcs->hubp_is_flip_pending(temp_pipe->plane_res.hubp)) in dcn20_pipe_control_lock()[all …]