Lines Matching defs:primary
236 * specified primary and cursor planes.
239 * @primary: Primary plane for CRTC
254 struct drm_plane *primary,
262 WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY);
309 crtc->primary = primary;
311 if (primary && !primary->possible_crtcs)
312 primary->possible_crtcs = drm_crtc_mask(crtc);
400 plane = crtc->primary;
461 struct drm_plane *plane = tmp->primary;
470 struct drm_plane *plane = crtc->primary;
477 struct drm_plane *plane = tmp->primary;
530 drm_rotation_90_or_270(crtc->primary->state->rotation))
584 plane = crtc->primary;
586 /* allow disabling with the primary plane leased */
645 * Check whether the primary plane supports the fb pixel format.