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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_dc_common.c 70 if (pipe_ctx->top_pipe && is_upper_pipe_tree_visible(pipe_ctx->top_pipe))
79 if (pipe_ctx->top_pipe && is_upper_pipe_tree_visible(pipe_ctx->top_pipe))
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 588 pipe_ctx->top_pipe = NULL;
624 if (pipe_ctx->top_pipe != NULL)
751 * pipe_ctx->top_pipe == NULL ,but then fix the diagnostic.
755 if (pipe_ctx->top_pipe == NULL
1129 if (pipe->top_pipe)
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)
1576 if (!context->res_ctx.pipe_ctx[i].top_pipe &&
1590 && !context->res_ctx.pipe_ctx[i].top_pipe
2129 struct pipe_ctx *top_pipe = pipe_ctx; local in function:dcn20_get_mpctree_visual_confirm_color
    [all...]
amdgpu_dcn20_resource.c 1621 if (new_ctx->res_ctx.pipe_ctx[i].stream == dc_stream && !new_ctx->res_ctx.pipe_ctx[i].top_pipe) {
1750 ASSERT(next_odm_pipe->top_pipe == NULL);
1822 secondary_pipe->bottom_pipe->top_pipe = secondary_pipe;
1825 secondary_pipe->top_pipe = primary_pipe;
1972 if (res_ctx->pipe_ctx[i].top_pipe && res_ctx->pipe_ctx[i].top_pipe->plane_state
1974 pipes[pipe_cnt].pipe.src.hsplit_grp = res_ctx->pipe_ctx[i].top_pipe->pipe_idx;
2106 || (res_ctx->pipe_ctx[i].top_pipe
2107 && res_ctx->pipe_ctx[i].top_pipe->plane_state == pln);
2139 } else if (res_ctx->pipe_ctx[i].top_pipe && res_ctx->pipe_ctx[i].top_pipe->plane_state == pln)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c 551 bool sec_split = pipe_ctx->top_pipe &&
552 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state;
655 bool sec_split = pipe_ctx->top_pipe &&
656 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state;
1166 && !res_ctx->pipe_ctx[i].top_pipe
1234 if (split_pipe->top_pipe &&
1235 split_pipe->top_pipe->plane_state == split_pipe->plane_state) {
1236 split_pipe->top_pipe->bottom_pipe = split_pipe->bottom_pipe;
1238 split_pipe->bottom_pipe->top_pipe = split_pipe->top_pipe;
    [all...]
amdgpu_dc.c 955 if (!ctx->res_ctx.pipe_ctx[i].stream || ctx->res_ctx.pipe_ctx[i].top_pipe)
1387 if (cur_pipe->top_pipe)
1388 cur_pipe->top_pipe = &new_ctx->res_ctx.pipe_ctx[cur_pipe->top_pipe->pipe_idx];
2056 if (!pipe_ctx->top_pipe && !pipe_ctx->prev_odm_pipe && pipe_ctx->stream == stream) {
2226 if (!pipe_ctx->top_pipe &&
amdgpu_dc_link_hwss.c 321 !pipes[i].top_pipe && !pipes[i].prev_odm_pipe &&
amdgpu_dc_link.c 2889 if (!pipe_ctx || pipe_ctx->top_pipe)
2902 if (!pipe_ctx || pipe_ctx->top_pipe)
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/dcn10/
amdgpu_dcn10_hw_sequencer.c 105 if (pipe_ctx->top_pipe ||
790 if (pipe_ctx->top_pipe != NULL)
907 if (pipe_ctx->top_pipe == NULL) {
1111 pipe_ctx->top_pipe = NULL;
1387 if (pipe_ctx_old->top_pipe)
1407 bool sec_split = pipe_ctx->top_pipe &&
1408 pipe_ctx->top_pipe->plane_state == pipe_ctx->plane_state;
1584 if (pipe->top_pipe)
1987 if (pipe_ctx->top_pipe) {
1988 struct pipe_ctx *top = pipe_ctx->top_pipe;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 291 struct pipe_ctx *top_pipe; member in struct:pipe_ctx
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calcs.c 310 if (pipe->top_pipe != NULL && pipe->top_pipe->plane_state == pipe->plane_state)
534 secondary_pipe->bottom_pipe->top_pipe = secondary_pipe;
537 secondary_pipe->top_pipe = primary_pipe;
873 if (pipe->top_pipe && pipe->top_pipe->plane_state == pipe->plane_state)
1180 if (pipe->top_pipe && pipe->top_pipe->plane_state == pipe->plane_state)
1245 hsplit_pipe->bottom_pipe->top_pipe = pipe;
1248 hsplit_pipe->top_pipe = NULL
    [all...]
amdgpu_dce_calcs.c 2993 if (!pipe[i].stream || pipe[i].top_pipe)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1889 if (!pipe_ctx_old->stream || pipe_ctx_old->top_pipe)
1971 if (pipe_ctx->top_pipe)
1999 if (pipe_ctx->top_pipe)
2047 if (pipe_ctx->stream == NULL || pipe_ctx->top_pipe)
2083 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe)
2587 if (!pipe_ctx->top_pipe &&
2620 (!pipe_ctx->top_pipe) &&
2695 if (pipe_ctx->top_pipe && pipe_ctx->plane_state != pipe_ctx->top_pipe->plane_state)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce100/
amdgpu_dce_clk_mgr.c 182 if (pipe_ctx->top_pipe)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_clk_mgr.c 201 if (pipe_ctx->top_pipe)

Completed in 35 milliseconds