Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1558 struct pipe_ctx *sec_pipe, in dcn30_split_stream_for_mpc_or_odm() argument
1561 int pipe_idx = sec_pipe->pipe_idx; in dcn30_split_stream_for_mpc_or_odm()
1564 *sec_pipe = *pri_pipe; in dcn30_split_stream_for_mpc_or_odm()
1566 sec_pipe->pipe_idx = pipe_idx; in dcn30_split_stream_for_mpc_or_odm()
1567 sec_pipe->plane_res.mi = pool->mis[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1568 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1569 sec_pipe->plane_res.ipp = pool->ipps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1570 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1571 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1572 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn30_split_stream_for_mpc_or_odm()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3083 struct pipe_ctx *sec_pipe, *tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane() local
3100 sec_pipe = pool->funcs->acquire_free_pipe_as_secondary_dpp_pipe( in acquire_secondary_dpp_pipes_and_add_plane()
3105 ASSERT(sec_pipe); in acquire_secondary_dpp_pipes_and_add_plane()
3106 sec_pipe->plane_state = plane_state; in acquire_secondary_dpp_pipes_and_add_plane()
3110 tail_pipe->bottom_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3111 sec_pipe->top_pipe = tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3112 sec_pipe->bottom_pipe = NULL; in acquire_secondary_dpp_pipes_and_add_plane()
3115 sec_pipe->prev_odm_pipe = tail_pipe->prev_odm_pipe->bottom_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3116 tail_pipe->prev_odm_pipe->bottom_pipe->next_odm_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3118 sec_pipe->prev_odm_pipe = NULL; in acquire_secondary_dpp_pipes_and_add_plane()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c1818 struct pipe_ctx *sec_pipe, in dcn32_split_stream_for_mpc_or_odm() argument
1821 int pipe_idx = sec_pipe->pipe_idx; in dcn32_split_stream_for_mpc_or_odm()
1847 *sec_pipe = *pri_pipe; in dcn32_split_stream_for_mpc_or_odm()
1849 sec_pipe->pipe_idx = pipe_idx; in dcn32_split_stream_for_mpc_or_odm()
1850 sec_pipe->plane_res.mi = pool->mis[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1851 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1852 sec_pipe->plane_res.ipp = pool->ipps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1853 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1854 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn32_split_stream_for_mpc_or_odm()
1855 sec_pipe->plane_res.mpcc_inst = pool->dpps[pipe_idx]->inst; in dcn32_split_stream_for_mpc_or_odm()
[all …]