Searched refs:head_pipe (Results 1 – 4 of 4) sorted by relevance
1297 struct pipe_ctx *head_pipe) in resource_get_tail_pipe() argument1301 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe()1304 head_pipe = tail_pipe; in resource_get_tail_pipe()1308 return head_pipe; in resource_get_tail_pipe()1318 struct pipe_ctx *head_pipe) in acquire_free_pipe_for_head() argument1323 if (!head_pipe->plane_state) in acquire_free_pipe_for_head()1324 return head_pipe; in acquire_free_pipe_for_head()1412 if (!head_pipe) { in dc_add_plane_to_context()1420 while (head_pipe) { in dc_add_plane_to_context()1437 if (head_pipe != free_pipe) { in dc_add_plane_to_context()[all …]
1010 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn201_acquire_idle_pipe_for_layer() local1011 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn201_acquire_idle_pipe_for_layer()1013 if (!head_pipe) in dcn201_acquire_idle_pipe_for_layer()1019 idle_pipe->stream = head_pipe->stream; in dcn201_acquire_idle_pipe_for_layer()1020 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn201_acquire_idle_pipe_for_layer()1021 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn201_acquire_idle_pipe_for_layer()
1156 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn10_acquire_idle_pipe_for_layer() local1157 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()
3320 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn20_acquire_idle_pipe_for_layer() local3321 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); in dcn20_acquire_idle_pipe_for_layer()3323 if (!head_pipe) in dcn20_acquire_idle_pipe_for_layer()3329 idle_pipe->stream = head_pipe->stream; in dcn20_acquire_idle_pipe_for_layer()3330 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn20_acquire_idle_pipe_for_layer()3331 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn20_acquire_idle_pipe_for_layer()
Completed in 20 milliseconds