Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2105 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; local
2108 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state
2110 first_pipe = first_pipe->top_pipe;
2115 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
2121 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; local
2123 while (first_pipe->prev_odm_pipe)
2124 first_pipe = first_pipe->prev_odm_pipe;
2125 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_display.c14586 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local
14600 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()
14630 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()