Lines Matching full:primary

236 				       struct drm_plane *primary,  in __drm_crtc_init_with_planes()  argument
244 WARN_ON(primary && primary->type != DRM_PLANE_TYPE_PRIMARY); in __drm_crtc_init_with_planes()
286 crtc->primary = primary; in __drm_crtc_init_with_planes()
288 if (primary && !primary->possible_crtcs) in __drm_crtc_init_with_planes()
289 primary->possible_crtcs = drm_crtc_mask(crtc); in __drm_crtc_init_with_planes()
313 * specified primary and cursor planes.
316 * @primary: Primary plane for CRTC
330 * The @primary and @cursor planes are only relevant for legacy uAPI, see
331 * &drm_crtc.primary and &drm_crtc.cursor.
342 struct drm_plane *primary, in drm_crtc_init_with_planes() argument
353 ret = __drm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs, in drm_crtc_init_with_planes()
372 struct drm_plane *primary, in __drmm_crtc_init_with_planes() argument
382 ret = __drm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs, in __drmm_crtc_init_with_planes()
397 * specified primary and cursor planes.
400 * @primary: Primary plane for CRTC
417 * The @primary and @cursor planes are only relevant for legacy uAPI, see
418 * &drm_crtc.primary and &drm_crtc.cursor.
424 struct drm_plane *primary, in drmm_crtc_init_with_planes() argument
433 ret = __drmm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs, in drmm_crtc_init_with_planes()
445 struct drm_plane *primary, in __drmm_crtc_alloc_with_planes() argument
465 ret = __drmm_crtc_init_with_planes(dev, crtc, primary, cursor, funcs, in __drmm_crtc_alloc_with_planes()
540 plane = crtc->primary; in drm_mode_getcrtc()
601 struct drm_plane *plane = tmp->primary; in __drm_mode_set_config_internal()
610 struct drm_plane *plane = crtc->primary; in __drm_mode_set_config_internal()
617 struct drm_plane *plane = tmp->primary; in __drm_mode_set_config_internal()
670 drm_rotation_90_or_270(crtc->primary->state->rotation)) in drm_crtc_check_viewport()
724 plane = crtc->primary; in drm_mode_setcrtc()
726 /* allow disabling with the primary plane leased */ in drm_mode_setcrtc()
785 * Check whether the primary plane supports the fb pixel format. in drm_mode_setcrtc()