Lines Matching refs:caps
28 u32 caps, u32 fourcc) in omap_plane_find_free_overlay() argument
33 DBG("caps: %x fourcc: %x", caps, fourcc); in omap_plane_find_free_overlay()
39 cur->idx, cur->id, cur->caps); in omap_plane_find_free_overlay()
46 if (caps & ~cur->caps) in omap_plane_find_free_overlay()
69 u32 caps, u32 fourcc, struct omap_hw_overlay **overlay, in omap_overlay_assign() argument
77 ovl = omap_plane_find_free_overlay(s->dev, overlay_map, caps, fourcc); in omap_overlay_assign()
86 caps, fourcc); in omap_overlay_assign()
97 DBG("%s: assign to plane %s caps %x", ovl->name, plane->name, caps); in omap_overlay_assign()
101 r_ovl->name, plane->name, caps); in omap_overlay_assign()
157 enum omap_overlay_caps caps) in omap_overlay_init() argument
167 overlay->caps = caps; in omap_overlay_init()
179 enum omap_overlay_caps caps; in omap_hwoverlays_init() local
185 caps = dispc_ovl_get_caps(priv->dispc, hw_plane_ids[i]); in omap_hwoverlays_init()
186 overlay = omap_overlay_init(hw_plane_ids[i], caps); in omap_hwoverlays_init()