Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1523 struct pipe_ctx *sec_pipe, in dcn30_split_stream_for_mpc_or_odm() argument
1526 int pipe_idx = sec_pipe->pipe_idx; in dcn30_split_stream_for_mpc_or_odm()
1529 *sec_pipe = *pri_pipe; in dcn30_split_stream_for_mpc_or_odm()
1531 sec_pipe->pipe_idx = pipe_idx; in dcn30_split_stream_for_mpc_or_odm()
1532 sec_pipe->plane_res.mi = pool->mis[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1533 sec_pipe->plane_res.hubp = pool->hubps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1534 sec_pipe->plane_res.ipp = pool->ipps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1535 sec_pipe->plane_res.xfm = pool->transforms[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1536 sec_pipe->plane_res.dpp = pool->dpps[pipe_idx]; in dcn30_split_stream_for_mpc_or_odm()
1537 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.c3072 struct pipe_ctx *sec_pipe, *tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane() local
3089 sec_pipe = pool->funcs->acquire_free_pipe_as_secondary_dpp_pipe( in acquire_secondary_dpp_pipes_and_add_plane()
3094 ASSERT(sec_pipe); in acquire_secondary_dpp_pipes_and_add_plane()
3095 sec_pipe->plane_state = plane_state; in acquire_secondary_dpp_pipes_and_add_plane()
3099 tail_pipe->bottom_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3100 sec_pipe->top_pipe = tail_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3101 sec_pipe->bottom_pipe = NULL; in acquire_secondary_dpp_pipes_and_add_plane()
3104 sec_pipe->prev_odm_pipe = tail_pipe->prev_odm_pipe->bottom_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3105 tail_pipe->prev_odm_pipe->bottom_pipe->next_odm_pipe = sec_pipe; in acquire_secondary_dpp_pipes_and_add_plane()
3107 sec_pipe->prev_odm_pipe = NULL; in acquire_secondary_dpp_pipes_and_add_plane()
[all …]