Lines Matching defs:primary
844 * only be false for primary planes.
917 * (including those that use the primary plane helper's
936 * drm_atomic_helper_check_crtc_primary_plane() - Check CRTC state for primary plane
939 * Checks that a CRTC has at least one primary plane attached to it, which is
941 * of the test. To test if the primary plane is visible or if it can be updated
946 * 0 if a primary plane is attached to the CRTC, or an error code otherwise
954 /* needs at least one primary plane to be enabled */
960 drm_dbg_atomic(dev, "[CRTC:%d:%s] primary plane missing\n", crtc->base.id, crtc->name);
1298 struct drm_plane *primary = crtc->primary;
1305 drm_atomic_get_new_plane_state(old_state, primary);
2439 * The primary use of this function is writeback connectors working in oneshot
3125 * drm_atomic_helper_update_plane - Helper for primary plane update using atomic
3129 * @crtc_x: x offset of primary plane on @crtc
3130 * @crtc_y: y offset of primary plane on @crtc
3131 * @crtc_w: width of primary plane rectangle on @crtc
3132 * @crtc_h: height of primary plane rectangle on @crtc
3192 * drm_atomic_helper_disable_plane - Helper for primary plane disable using atomic
3619 struct drm_plane *plane = crtc->primary;
3675 struct drm_plane *plane = crtc->primary;
3719 struct drm_plane *plane = crtc->primary;