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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c1175 struct pipe_ctx *head_pipe)
1179 tail_pipe = head_pipe->bottom_pipe;
1182 head_pipe = tail_pipe;
1186 return head_pipe;
1196 struct pipe_ctx *head_pipe)
1201 if (!head_pipe->plane_state)
1202 return head_pipe;
1206 if (res_ctx->pipe_ctx[i].stream == head_pipe->stream &&
1220 return pool->funcs->acquire_idle_pipe_for_layer(context, pool, head_pipe->stream);
1268 struct pipe_ctx *head_pipe, *tail_pip local
1173 resource_get_tail_pipe( struct resource_context *res_ctx, struct pipe_ctx *head_pipe) argument
1193 acquire_free_pipe_for_head( struct dc_state *context, const struct resource_pool *pool, struct pipe_ctx *head_pipe) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_resource.c1138 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); local
1139 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe);
1141 if (!head_pipe) {
1149 idle_pipe->stream = head_pipe->stream;
1150 idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
1151 idle_pipe->stream_res.abm = head_pipe->stream_res.abm;
1152 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_resource.c2989 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); local
2990 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe);
2992 if (!head_pipe)
2998 idle_pipe->stream = head_pipe->stream;
2999 idle_pipe->stream_res.tg = head_pipe->stream_res.tg;
3000 idle_pipe->stream_res.opp = head_pipe->stream_res.opp;

Completed in 282 milliseconds