Lines Matching refs:ovl
66 struct omap_overlay *ovl; in omapfb_setup_plane() local
79 ovl = ofbi->overlays[0]; in omapfb_setup_plane()
107 ovl->get_overlay_info(ovl, &old_info); in omapfb_setup_plane()
115 r = ovl->disable(ovl); in omapfb_setup_plane()
121 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane()
128 ovl->get_overlay_info(ovl, &info); in omapfb_setup_plane()
135 r = ovl->set_overlay_info(ovl, &info); in omapfb_setup_plane()
140 if (ovl->manager) { in omapfb_setup_plane()
141 r = ovl->manager->apply(ovl->manager); in omapfb_setup_plane()
147 r = ovl->enable(ovl); in omapfb_setup_plane()
170 ovl->set_overlay_info(ovl, &old_info); in omapfb_setup_plane()
194 struct omap_overlay *ovl; in omapfb_query_plane() local
197 ovl = ofbi->overlays[0]; in omapfb_query_plane()
198 ovl->get_overlay_info(ovl, &ovli); in omapfb_query_plane()
202 pi->enabled = ovl->is_enabled(ovl); in omapfb_query_plane()
251 struct omap_overlay *ovl; in omapfb_setup_mem() local
252 ovl = ofbi2->overlays[j]; in omapfb_setup_mem()
253 if (ovl->is_enabled(ovl)) { in omapfb_setup_mem()
526 struct omap_overlay *ovl; in omapfb_get_ovl_colormode() local
533 ovl = fbdev->overlays[ovl_idx]; in omapfb_get_ovl_colormode()
534 supported_modes = ovl->supported_modes; in omapfb_get_ovl_colormode()
574 struct omap_overlay *ovl = ofbi->overlays[i]; in omapfb_wait_for_go() local
575 r = ovl->wait_for_go(ovl); in omapfb_wait_for_go()