Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2109 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; local
2112 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state
2114 first_pipe = first_pipe->top_pipe;
2119 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
2125 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; local
2127 while (first_pipe->prev_odm_pipe)
2128 first_pipe = first_pipe->prev_odm_pipe;
2129 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c14585 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local
14599 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()
14629 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()