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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 1976 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; local in function:dcn20_populate_dml_pipes_from_context
1978 while (first_pipe->prev_odm_pipe)
1979 first_pipe = first_pipe->prev_odm_pipe;
1980 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 14245 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; local in function:hsw_mode_set_planes_workaround
14259 first_pipe = crtc->pipe;
14289 other_crtc_state->hsw_workaround_pipe = first_pipe;

Completed in 64 milliseconds