Lines Matching defs:primary
1589 /* XR24 & RX24 like formats supported only on primary layer */
1658 struct drm_plane *primary, *overlay;
1663 primary = ltdc_plane_create(ddev, DRM_PLANE_TYPE_PRIMARY, 0);
1664 if (!primary) {
1665 DRM_ERROR("Can not create primary plane\n");
1670 drm_plane_create_zpos_property(primary, 0, 0, ldev->caps.nb_layers - 1);
1672 drm_plane_create_zpos_immutable_property(primary, 0);
1675 drm_plane_create_rotation_property(primary, DRM_MODE_ROTATE_0,
1680 ret = drm_crtc_init_with_planes(ddev, crtc, primary, NULL,
1683 ret = drm_crtc_init_with_planes(ddev, crtc, primary, NULL,
1697 /* Add planes. Note : the first layer is used by primary plane */
1832 * from native alpha color formats only on the primary layer.