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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_resource.c 1139 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); local in function:dcn10_acquire_idle_pipe_for_layer
1146 if (!idle_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;
1154 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx];
1155 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx]
    [all...]
amdgpu_dcn10_resource.c 1139 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); local in function:dcn10_acquire_idle_pipe_for_layer
1146 if (!idle_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;
1154 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx];
1155 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 2990 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); local in function:dcn20_acquire_idle_pipe_for_layer
2995 if (!idle_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;
3002 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx];
3003 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx];
3004 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]
    [all...]
amdgpu_dcn20_resource.c 2990 struct pipe_ctx *idle_pipe = find_idle_secondary_pipe(res_ctx, pool, head_pipe); local in function:dcn20_acquire_idle_pipe_for_layer
2995 if (!idle_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;
3002 idle_pipe->plane_res.hubp = pool->hubps[idle_pipe->pipe_idx];
3003 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx];
3004 idle_pipe->plane_res.dpp = pool->dpps[idle_pipe->pipe_idx]
    [all...]

Completed in 28 milliseconds