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

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1005 struct pipe_ctx *head_pipe = resource_get_otg_master_for_stream(res_ctx, opp_head_pipe->stream); local
1006 struct pipe_ctx *idle_pipe = resource_find_free_secondary_pipe_legacy(res_ctx, pool, head_pipe);
1008 if (!head_pipe)
1014 idle_pipe->stream = head_pipe->stream;
1015 idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
1016 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1098 struct pipe_ctx *head_pipe = resource_get_otg_master_for_stream(res_ctx, opp_head_pipe->stream); local
1099 struct pipe_ctx *idle_pipe = resource_find_free_secondary_pipe_legacy(res_ctx, pool, head_pipe);
1101 if (!head_pipe) {
1109 idle_pipe->stream = head_pipe->stream;
1110 idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
1111 idle_pipe->stream_res.abm = head_pipe->stream_res.abm;
1112 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2658 const struct pipe_ctx *head_pipe)
2665 if (!head_pipe)
2670 * Check if head_pipe in old_context already has bottom_pipe allocated.
2674 head_index = head_pipe->pipe_idx;
2680 idle_pipe = find_idle_secondary_pipe_check_mpo(res_ctx, pool, head_pipe);
2685 idle_pipe->stream = head_pipe->stream;
2686 idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
2687 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
2654 dcn32_acquire_idle_pipe_for_head_pipe_in_layer( struct dc_state *state, const struct resource_pool *pool, struct dc_stream_state *stream, const struct pipe_ctx *head_pipe) argument
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c405 struct pipe_ctx *head_pipe,
411 fams_pipe_data->pipe_index[pipe_idx++] = head_pipe->plane_res.hubp->inst;
415 if (split_pipe->stream == head_pipe->stream && (split_pipe->top_pipe || split_pipe->prev_odm_pipe)) {
404 dc_dmub_srv_populate_fams_pipe_info(struct dc *dc, struct dc_state *context, struct pipe_ctx *head_pipe, struct dmub_cmd_fw_assisted_mclk_switch_pipe_data *fams_pipe_data) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2289 struct pipe_ctx *head_pipe)
2291 struct pipe_ctx *tail_pipe = head_pipe->bottom_pipe;
2294 head_pipe = tail_pipe;
2298 return head_pipe;
2288 get_tail_pipe( struct pipe_ctx *head_pipe) argument

Completed in 180 milliseconds