Searched refs:overlay_map (Results 1 – 2 of 2) sorted by relevance
74 struct drm_plane **overlay_map = state->hwoverlay_to_plane; in omap_overlay_assign() local77 ovl = omap_plane_find_free_overlay(s->dev, overlay_map, caps, fourcc); in omap_overlay_assign()81 overlay_map[ovl->idx] = plane; in omap_overlay_assign()85 r_ovl = omap_plane_find_free_overlay(s->dev, overlay_map, in omap_overlay_assign()88 overlay_map[ovl->idx] = NULL; in omap_overlay_assign()93 overlay_map[r_ovl->idx] = plane; in omap_overlay_assign()117 struct drm_plane **overlay_map = state->hwoverlay_to_plane; in omap_overlay_release() local122 if (WARN_ON(!overlay_map[overlay->idx])) in omap_overlay_release()127 overlay_map[overlay->idx] = NULL; in omap_overlay_release()140 struct drm_plane **overlay_map = state->hwoverlay_to_plane; in omap_overlay_update_state() local[all …]
18 overlays/overlay_map.dtb \137 if dtb.endswith('dtbo') or base == 'overlay_map.dtb':