Searched refs:temp_pipe (Results 1 – 1 of 1) sorted by relevance
1227 struct pipe_ctx *temp_pipe; in dcn20_pipe_control_lock() local1240 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()1244 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()1253 temp_pipe = pipe; in dcn20_pipe_control_lock()1254 while (temp_pipe) { in dcn20_pipe_control_lock()1255 if (temp_pipe->plane_state && temp_pipe->plane_state->flip_immediate) { in dcn20_pipe_control_lock()1257 if (!temp_pipe->plane_res.hubp->funcs->hubp_is_flip_pending(temp_pipe->plane_res.hubp)) in dcn20_pipe_control_lock()1265 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()1280 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()1281 while (flip_immediate && temp_pipe) { in dcn20_pipe_control_lock()[all …]