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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.h 176 PLANE_A,
intel_display.c 4347 * PLANE_A doesn't actually have a full window
16134 return i9xx_plane == PLANE_A; /* tied to pipe A */
16136 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B ||
16139 return i9xx_plane == PLANE_A || i9xx_plane == PLANE_B;
16141 return i9xx_plane == PLANE_A;
17769 WARN_ON(I915_READ(DSPCNTR(PLANE_A)) & DISPLAY_PLANE_ENABLE);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 1223 [0] = {PIPE_A, PLANE_A, PRIMARY_A_FLIP_DONE},
1224 [1] = {PIPE_B, PLANE_A, PRIMARY_B_FLIP_DONE},
1227 [4] = {PIPE_C, PLANE_A, PRIMARY_C_FLIP_DONE},
1249 if (info->plane == PLANE_A) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 2319 fifo_size = dev_priv->display.get_fifo_size(dev_priv, PLANE_A);
2320 crtc = intel_get_crtc_for_plane(dev_priv, PLANE_A);
2462 dev_priv->display.get_fifo_size(dev_priv, PLANE_A),

Completed in 33 milliseconds