Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddcn20_fpu.c1316 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; in dcn20_populate_dml_pipes_from_context() local
1319 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state in dcn20_populate_dml_pipes_from_context()
1321 first_pipe = first_pipe->top_pipe; in dcn20_populate_dml_pipes_from_context()
1326 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()
1332 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context() local
1334 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context()
1335 first_pipe = first_pipe->prev_odm_pipe; in dcn20_populate_dml_pipes_from_context()
1336 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c3873 struct pipe_ctx *first_pipe = pipe_ctx_check; in check_syncd_pipes_for_disabled_master_pipe() local
3875 while (first_pipe->prev_odm_pipe) in check_syncd_pipes_for_disabled_master_pipe()
3876 first_pipe = first_pipe->prev_odm_pipe; in check_syncd_pipes_for_disabled_master_pipe()
3880 if (first_pipe->pipe_idx == disabled_master_pipe_idx) in check_syncd_pipes_for_disabled_master_pipe()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_display.c6025 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local
6039 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()
6069 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()

Completed in 29 milliseconds