Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1145 struct pipe_ctx *head_pipe) in resource_get_tail_pipe() argument
1149 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe()
1152 head_pipe = tail_pipe; in resource_get_tail_pipe()
1156 return head_pipe; in resource_get_tail_pipe()
1166 struct pipe_ctx *head_pipe) in acquire_free_pipe_for_head() argument
1171 if (!head_pipe->plane_state) in acquire_free_pipe_for_head()
1172 return head_pipe; in acquire_free_pipe_for_head()
1176 if (res_ctx->pipe_ctx[i].stream == head_pipe->stream && in acquire_free_pipe_for_head()
1190 return pool->funcs->acquire_idle_pipe_for_layer(context, pool, head_pipe->stream); in acquire_free_pipe_for_head()
1238 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1094 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn10_acquire_idle_pipe_for_layer() local
1095 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn10_acquire_idle_pipe_for_layer()
1097 if (!head_pipe) { in dcn10_acquire_idle_pipe_for_layer()
1105 idle_pipe->stream = head_pipe->stream; in dcn10_acquire_idle_pipe_for_layer()
1106 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn10_acquire_idle_pipe_for_layer()
1107 idle_pipe->stream_res.abm = head_pipe->stream_res.abm; in dcn10_acquire_idle_pipe_for_layer()
1108 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn10_acquire_idle_pipe_for_layer()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2821 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn20_acquire_idle_pipe_for_layer() local
2822 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn20_acquire_idle_pipe_for_layer()
2824 if (!head_pipe) in dcn20_acquire_idle_pipe_for_layer()
2830 idle_pipe->stream = head_pipe->stream; in dcn20_acquire_idle_pipe_for_layer()
2831 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn20_acquire_idle_pipe_for_layer()
2832 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn20_acquire_idle_pipe_for_layer()