Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1333 struct pipe_ctx *head_pipe) in resource_get_tail_pipe() argument
1337 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe()
1340 head_pipe = tail_pipe; in resource_get_tail_pipe()
1344 return head_pipe; in resource_get_tail_pipe()
1354 struct pipe_ctx *head_pipe) in acquire_free_pipe_for_head() argument
1359 if (!head_pipe->plane_state) in acquire_free_pipe_for_head()
1360 return head_pipe; in acquire_free_pipe_for_head()
1364 if (res_ctx->pipe_ctx[i].stream == head_pipe->stream && in acquire_free_pipe_for_head()
1378 return pool->funcs->acquire_idle_pipe_for_layer(context, pool, head_pipe->stream); in acquire_free_pipe_for_head()
1426 struct pipe_ctx *head_pipe, *tail_pipe, *free_pipe; in dc_add_plane_to_context() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c3268 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); local
3269 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe);
3271 if (!head_pipe)
3277 idle_pipe->stream = head_pipe->stream;
3278 idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
3279 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;