Searched refs:ofbi (Results 1 – 4 of 4) sorted by relevance
65 ofbi->rotation_type = rot_type; in store_rotate_type()105 ofbi->mirror = mirror; in store_mirror()172 return ofbi; in get_overlay_fb()234 if (ofbi2 && ofbi2 != ofbi) { in store_overlays()245 ovl = ofbi->overlays[i]; in store_overlays()271 ofbi->rotation[t-1] = ofbi->rotation[t]; in store_overlays()272 ofbi->overlays[t-1] = ofbi->overlays[t]; in store_overlays()275 ofbi->num_overlays--; in store_overlays()295 ofbi->rotation[ofbi->num_overlays] = 0; in store_overlays()296 ofbi->overlays[ofbi->num_overlays++] = ovl; in store_overlays()[all …]
686 if (ofbi->region->size != 0 && check_fb_size(ofbi, var)) in check_fb_var()868 if (ofbi->region->size) in omapfb_setup_overlay()896 mirror = ofbi->mirror; in omapfb_setup_overlay()1303 rg = ofbi->region; in omapfb_free_fbmem()1363 rg = ofbi->region; in omapfb_alloc_fbmem()1554 rg = ofbi->region; in omapfb_allocate_all_fbs()1887 ofbi = FB2OFB(fbi); in omapfb_create_framebuffers()1888 ofbi->fbdev = fbdev; in omapfb_create_framebuffers()1889 ofbi->id = i; in omapfb_create_framebuffers()1892 ofbi->region->id = i; in omapfb_create_framebuffers()[all …]
29 if (ofbi->id == ofbi->region->id) in get_mem_idx()43 mem_idx = ofbi->id; in get_mem_region()62 if (ofbi->num_overlays == 0) { in omapfb_setup_plane()68 ovl = ofbi->overlays[0]; in omapfb_setup_plane()70 old_rg = ofbi->region; in omapfb_setup_plane()99 ofbi->region = new_rg; in omapfb_setup_plane()155 ofbi->region = old_rg; in omapfb_setup_plane()180 if (ofbi->num_overlays == 0) { in omapfb_query_plane()186 ovl = ofbi->overlays[0]; in omapfb_query_plane()194 pi->mem_idx = get_mem_idx(ofbi); in omapfb_query_plane()[all …]
136 struct omapfb_info *ofbi = FB2OFB(fbi); in fb2display() local141 if (ofbi->num_overlays == 0) in fb2display()144 ovl = ofbi->overlays[0]; in fb2display()
Completed in 14 milliseconds