HomeSort by: relevance | last modified time | path
    Searched refs:prev_odm_pipe (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_resource.h 141 struct pipe_ctx *prev_odm_pipe,
amdgpu_dcn20_resource.c 1729 struct pipe_ctx *prev_odm_pipe,
1734 *next_odm_pipe = *prev_odm_pipe;
1744 if (prev_odm_pipe->next_odm_pipe && prev_odm_pipe->next_odm_pipe != next_odm_pipe) {
1745 next_odm_pipe->next_odm_pipe = prev_odm_pipe->next_odm_pipe;
1746 next_odm_pipe->next_odm_pipe->prev_odm_pipe = next_odm_pipe;
1748 prev_odm_pipe->next_odm_pipe = next_odm_pipe;
1749 next_odm_pipe->prev_odm_pipe = prev_odm_pipe;
1752 if (prev_odm_pipe->plane_state)
    [all...]
amdgpu_dcn20_hwseq.c 1192 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) {
1204 if (!new_pipe->top_pipe && !new_pipe->prev_odm_pipe) {
1480 && !pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe)
1591 && !context->res_ctx.pipe_ctx[i].prev_odm_pipe
1617 if (!pipe->prev_odm_pipe && pipe->stream->num_wb_info > 0
1734 if (pipe_ctx->prev_odm_pipe == NULL)
2100 if (pipe_ctx_old->top_pipe || pipe_ctx_old->prev_odm_pipe)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 294 struct pipe_ctx *prev_odm_pipe; member in struct:pipe_ctx
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 1393 if (cur_pipe->prev_odm_pipe)
1394 cur_pipe->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx];
2056 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe && pipe_ctx->stream == stream) {
2227 !pipe_ctx->prev_odm_pipe &&
amdgpu_dc_link_hwss.c 321 !pipes[i].top_pipe && !pipes[i].prev_odm_pipe &&
amdgpu_dc_resource.c 1167 && !res_ctx->pipe_ctx[i].prev_odm_pipe)
2521 if (cur_pipe->prev_odm_pipe)
2522 cur_pipe->prev_odm_pipe = &dst_ctx->res_ctx.pipe_ctx[cur_pipe->prev_odm_pipe->pipe_idx];
amdgpu_dc_link_dp.c 3806 if (pipes[i].stream->link == link && !pipes[i].top_pipe && !pipes[i].prev_odm_pipe) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2083 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 2504 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe)

Completed in 153 milliseconds