HomeSort by: relevance | last modified time | path
    Searched defs:head_pipe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 1175 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_pipe, *free_pipe local in function:dc_add_plane_to_context
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 1138 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); local in function:dcn10_acquire_idle_pipe_for_layer
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;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 2989 struct pipe_ctx *head_pipe = resource_get_head_pipe_for_stream(res_ctx, stream); local in function:dcn20_acquire_idle_pipe_for_layer
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 24 milliseconds