Lines Matching defs:plane
62 * Assign a new overlay to a plane with the required caps and supported fourcc
63 * If a plane need a new overlay, the previous one should have been released
65 * This should be called from the plane atomic_check() in order to prepare the
68 int omap_overlay_assign(struct drm_atomic_state *s, struct drm_plane *plane,
81 overlay_map[ovl->idx] = plane;
93 overlay_map[r_ovl->idx] = plane;
97 DBG("%s: assign to plane %s caps %x", ovl->name, plane->name, caps);
100 DBG("%s: assign to right of plane %s caps %x",
101 r_ovl->name, plane->name, caps);
108 * Release an overlay from a plane if the plane gets not visible or the plane
110 * This should be called from the plane atomic_check() in order to prepare the
125 DBG("%s: release from plane %s", overlay->name, overlay_map[overlay->idx]->name);
131 * Update an overlay state that was attached to a plane before the current atomic state.
132 * This should be called from the plane atomic_update() or atomic_disable(),
133 * where an overlay association to a plane could have changed between the old and current