Searched refs:apertures (Results 1 – 14 of 14) sorted by relevance
181 release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size); in vesafb_destroy()299 info->apertures = alloc_apertures(1); in vesafb_probe()300 if (!info->apertures) { in vesafb_probe()304 info->apertures->ranges[0].base = screen_info.lfb_base; in vesafb_probe()305 info->apertures->ranges[0].size = size_total; in vesafb_probe()
287 release_mem_region(info->apertures->ranges[0].base, in efifb_destroy()288 info->apertures->ranges[0].size); in efifb_destroy()411 info->apertures = alloc_apertures(1); in efifb_probe()412 if (!info->apertures) { in efifb_probe()416 info->apertures->ranges[0].base = efifb_fix.smem_start; in efifb_probe()417 info->apertures->ranges[0].size = size_remap; in efifb_probe()
286 release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size); in offb_destroy()502 info->apertures = alloc_apertures(1); in offb_init_fb()503 if (!info->apertures) in offb_init_fb()505 info->apertures->ranges[0].base = address; in offb_init_fb()506 info->apertures->ranges[0].size = fix->smem_len; in offb_init_fb()
1320 info->apertures = alloc_apertures(1); in vga16fb_probe()1321 if (!info->apertures) { in vga16fb_probe()1373 info->apertures->ranges[0].base = VGA_FB_PHYS; in vga16fb_probe()1374 info->apertures->ranges[0].size = VGA_FB_PHYS_LEN; in vga16fb_probe()
83 kfree(info->apertures); in framebuffer_release()
1561 gen_aper = registered_fb[i]->apertures; in do_remove_conflicting_framebuffers()1583 do_remove_conflicting_framebuffers(fb_info->apertures, fb_info->fix.id, in do_register_framebuffer()
131 info->apertures = alloc_apertures(1); in intelfb_create()132 if (!info->apertures) { in intelfb_create()136 info->apertures->ranges[0].base = dev->mode_config.fb_base; in intelfb_create()137 info->apertures->ranges[0].size = in intelfb_create()
261 info->apertures = alloc_apertures(1); in radeonfb_create()262 if (!info->apertures) { in radeonfb_create()266 info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base; in radeonfb_create()267 info->apertures->ranges[0].size = rdev->mc.aper_size; in radeonfb_create()
461 info->apertures = alloc_apertures(1); in psbfb_create()462 if (!info->apertures) { in psbfb_create()466 info->apertures->ranges[0].base = dev->mode_config.fb_base; in psbfb_create()467 info->apertures->ranges[0].size = dev_priv->gtt.stolen_size; in psbfb_create()
518 info->apertures = alloc_apertures(1); in vmw_fb_init()519 if (!info->apertures) { in vmw_fb_init()523 info->apertures->ranges[0].base = vmw_priv->vram_start; in vmw_fb_init()524 info->apertures->ranges[0].size = vmw_priv->vram_size; in vmw_fb_init()
378 info->apertures = dev_priv->apertures; in nouveau_fbcon_create()379 if (!info->apertures) { in nouveau_fbcon_create()
1087 dev_priv->apertures = nouveau_get_apertures(dev); in nouveau_remove_conflicting_drivers()1088 if (!dev_priv->apertures) in nouveau_remove_conflicting_drivers()1095 remove_conflicting_framebuffers(dev_priv->apertures, "nouveaufb", primary); in nouveau_remove_conflicting_drivers()
846 struct apertures_struct *apertures; member
895 } *apertures; member