Home
last modified time | relevance | path

Searched refs:temp_pipe (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1166 struct pipe_ctx *temp_pipe; in dcn20_pipe_control_lock() local
1179 temp_pipe = pipe->bottom_pipe; in dcn20_pipe_control_lock()
1180 while (!flip_immediate && temp_pipe) { in dcn20_pipe_control_lock()
1181 if (temp_pipe->plane_state != NULL) in dcn20_pipe_control_lock()
1182 flip_immediate = temp_pipe->plane_state->flip_immediate; in dcn20_pipe_control_lock()
1183 temp_pipe = temp_pipe->bottom_pipe; in dcn20_pipe_control_lock()
1191 temp_pipe = pipe; in dcn20_pipe_control_lock()
1192 while (temp_pipe) { in dcn20_pipe_control_lock()
1193 if (temp_pipe->plane_state && temp_pipe->plane_state->flip_immediate) { in dcn20_pipe_control_lock()
1195 if (!temp_pipe->plane_res.hubp->funcs->hubp_is_flip_pending(temp_pipe->plane_res.hubp)) in dcn20_pipe_control_lock()
[all …]