Lines Matching defs:caps
24 * Find a free overlay with the required caps and supported fourcc
28 u32 caps, u32 fourcc)
33 DBG("caps: %x fourcc: %x", caps, fourcc);
38 DBG("%d: id: %d cur->caps: %x",
39 cur->idx, cur->id, cur->caps);
45 /* skip if doesn't support some required caps: */
46 if (caps & ~cur->caps)
62 * Assign a new overlay to a plane with the required caps and supported fourcc
69 u32 caps, u32 fourcc, struct omap_hw_overlay **overlay,
77 ovl = omap_plane_find_free_overlay(s->dev, overlay_map, caps, fourcc);
86 caps, fourcc);
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);
109 * need a new overlay if overlay caps changes.
157 enum omap_overlay_caps caps)
167 overlay->caps = caps;
179 enum omap_overlay_caps caps;
185 caps = dispc_ovl_get_caps(priv->dispc, hw_plane_ids[i]);
186 overlay = omap_overlay_init(hw_plane_ids[i], caps);