Home
last modified time | relevance | path

Searched refs:ofbi (Results 1 – 4 of 4) sorted by relevance

/drivers/video/fbdev/omap2/omapfb/
A Domapfb-sysfs.c66 ofbi->rotation_type = rot_type; in store_rotate_type()
106 ofbi->mirror = mirror; in store_mirror()
173 return ofbi; in get_overlay_fb()
235 if (ofbi2 && ofbi2 != ofbi) { in store_overlays()
246 ovl = ofbi->overlays[i]; in store_overlays()
272 ofbi->rotation[t-1] = ofbi->rotation[t]; in store_overlays()
273 ofbi->overlays[t-1] = ofbi->overlays[t]; in store_overlays()
276 ofbi->num_overlays--; in store_overlays()
296 ofbi->rotation[ofbi->num_overlays] = 0; in store_overlays()
297 ofbi->overlays[ofbi->num_overlays++] = ovl; in store_overlays()
[all …]
A Domapfb-main.c686 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()
1304 rg = ofbi->region; in omapfb_free_fbmem()
1364 rg = ofbi->region; in omapfb_alloc_fbmem()
1555 rg = ofbi->region; in omapfb_allocate_all_fbs()
1886 ofbi = FB2OFB(fbi); in omapfb_create_framebuffers()
1887 ofbi->fbdev = fbdev; in omapfb_create_framebuffers()
1888 ofbi->id = i; in omapfb_create_framebuffers()
1891 ofbi->region->id = i; in omapfb_create_framebuffers()
[all …]
A Domapfb-ioctl.c28 if (ofbi->id == ofbi->region->id) in get_mem_idx()
42 mem_idx = ofbi->id; in get_mem_region()
61 if (ofbi->num_overlays == 0) { in omapfb_setup_plane()
67 ovl = ofbi->overlays[0]; in omapfb_setup_plane()
69 old_rg = ofbi->region; in omapfb_setup_plane()
98 ofbi->region = new_rg; in omapfb_setup_plane()
154 ofbi->region = old_rg; in omapfb_setup_plane()
179 if (ofbi->num_overlays == 0) { in omapfb_query_plane()
185 ovl = ofbi->overlays[0]; in omapfb_query_plane()
193 pi->mem_idx = get_mem_idx(ofbi); in omapfb_query_plane()
[all …]
A Domapfb.h136 struct omapfb_info *ofbi = FB2OFB(fbi); in fb2display() local
141 if (ofbi->num_overlays == 0) in fb2display()
144 ovl = ofbi->overlays[0]; in fb2display()

Completed in 18 milliseconds