Home | History | Annotate | Download | only in drm

Lines Matching refs:primary

215  *    specified primary and cursor planes.
218 * @primary: Primary plane for CRTC
233 struct drm_plane *primary,
241 WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY);
288 crtc->primary = primary;
290 if (primary && !primary->possible_crtcs)
291 primary->possible_crtcs = drm_crtc_mask(crtc);
379 plane = crtc->primary;
440 struct drm_plane *plane = tmp->primary;
449 struct drm_plane *plane = crtc->primary;
456 struct drm_plane *plane = tmp->primary;
509 drm_rotation_90_or_270(crtc->primary->state->rotation))
564 plane = crtc->primary;
566 /* allow disabling with the primary plane leased */
626 * Check whether the primary plane supports the fb pixel format.