Home
last modified time | relevance | path

Searched refs:first_pipe (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1421 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].top_pipe; in dcn20_populate_dml_pipes_from_context() local
1424 while (first_pipe->top_pipe && first_pipe->top_pipe->plane_state in dcn20_populate_dml_pipes_from_context()
1426 first_pipe = first_pipe->top_pipe; in dcn20_populate_dml_pipes_from_context()
1431 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx; in dcn20_populate_dml_pipes_from_context()
1437 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; in dcn20_populate_dml_pipes_from_context() local
1439 while (first_pipe->prev_odm_pipe) in dcn20_populate_dml_pipes_from_context()
1440 first_pipe = first_pipe in dcn20_populate_dml_pipes_from_context()
[all...]
/kernel/linux/linux-5.10/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
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4128 struct pipe_ctx *first_pipe = pipe_ctx_check; in check_syncd_pipes_for_disabled_master_pipe() local
4130 while (first_pipe->prev_odm_pipe) in check_syncd_pipes_for_disabled_master_pipe()
4131 first_pipe = first_pipe->prev_odm_pipe; in check_syncd_pipes_for_disabled_master_pipe()
4135 if (first_pipe->pipe_idx == disabled_master_pipe_idx) in check_syncd_pipes_for_disabled_master_pipe()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display.c5485 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; in hsw_mode_set_planes_workaround() local
5499 first_pipe = crtc->pipe; in hsw_mode_set_planes_workaround()
5529 other_crtc_state->hsw_workaround_pipe = first_pipe; in hsw_mode_set_planes_workaround()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A 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()

Completed in 41 milliseconds