Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2087 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; in dcn20_populate_dml_pipes_from_context() local
2090 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state in dcn20_populate_dml_pipes_from_context()
2092 first_pipe = first_pipe->top_pipe; in dcn20_populate_dml_pipes_from_context()
2097 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()
2103 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context() local
2105 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context()
2106 first_pipe = first_pipe->prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()
2107 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_display.c9428 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local
9442 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()
9472 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()