Searched refs:head_pipe (Results 1 – 2 of 2) sorted by relevance
1192 struct pipe_ctx *head_pipe, *tail_pipe; in resource_get_tail_pipe_for_stream() local1193 head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in resource_get_tail_pipe_for_stream()1195 if (!head_pipe) in resource_get_tail_pipe_for_stream()1198 tail_pipe = head_pipe->bottom_pipe; in resource_get_tail_pipe_for_stream()1201 head_pipe = tail_pipe; in resource_get_tail_pipe_for_stream()1205 return head_pipe; in resource_get_tail_pipe_for_stream()1220 struct pipe_ctx *head_pipe = NULL; in acquire_free_pipe_for_stream() local1224 head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in acquire_free_pipe_for_stream()1226 if (!head_pipe) { in acquire_free_pipe_for_stream()1231 if (!head_pipe->plane_state) in acquire_free_pipe_for_stream()[all …]
1021 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); in dcn10_acquire_idle_pipe_for_layer() local1024 if (!head_pipe) { in dcn10_acquire_idle_pipe_for_layer()1032 idle_pipe->stream = head_pipe->stream; in dcn10_acquire_idle_pipe_for_layer()1033 idle_pipe->stream_res.tg = head_pipe->stream_res.tg; in dcn10_acquire_idle_pipe_for_layer()1034 idle_pipe->stream_res.abm = head_pipe->stream_res.abm; in dcn10_acquire_idle_pipe_for_layer()1035 idle_pipe->stream_res.opp = head_pipe->stream_res.opp; in dcn10_acquire_idle_pipe_for_layer()