Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1256 struct pipe_ctx *head_pipe) in resource_get_tail_pipe() argument
1260 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe()
1263 head_pipe = tail_pipe; in resource_get_tail_pipe()
1267 return head_pipe; in resource_get_tail_pipe()
1277 struct pipe_ctx *head_pipe) in acquire_free_pipe_for_head() argument
1282 if (!head_pipe->plane_state) in acquire_free_pipe_for_head()
1283 return head_pipe; in acquire_free_pipe_for_head()
1287 if (res_ctx->pipe_ctx[i].stream == head_pipe->stream && in acquire_free_pipe_for_head()
1301 return pool->funcs->acquire_idle_pipe_for_layer(context, pool, head_pipe->stream); in acquire_free_pipe_for_head()
1349 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local
[all …]
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1156 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn10_acquire_idle_pipe_for_layer() local
1157 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn10_acquire_idle_pipe_for_layer()
1159 if (!head_pipe) { in dcn10_acquire_idle_pipe_for_layer()
1167 idle_pipe->stream = head_pipe->stream; in dcn10_acquire_idle_pipe_for_layer()
1168 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn10_acquire_idle_pipe_for_layer()
1169 idle_pipe->stream_res.abm = head_pipe->stream_res.abm; in dcn10_acquire_idle_pipe_for_layer()
1170 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn10_acquire_idle_pipe_for_layer()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c3290 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn20_acquire_idle_pipe_for_layer() local
3291 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn20_acquire_idle_pipe_for_layer()
3293 if (!head_pipe) in dcn20_acquire_idle_pipe_for_layer()
3299 idle_pipe->stream = head_pipe->stream; in dcn20_acquire_idle_pipe_for_layer()
3300 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn20_acquire_idle_pipe_for_layer()
3301 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn20_acquire_idle_pipe_for_layer()