apertures         257 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c 	info->apertures->ranges[0].base = adev->ddev->mode_config.fb_base;
apertures         258 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c 	info->apertures->ranges[0].size = adev->gmc.aper_size;
apertures         526 drivers/gpu/drm/drm_fb_helper.c 	info->apertures = alloc_apertures(1);
apertures         527 drivers/gpu/drm/drm_fb_helper.c 	if (!info->apertures) {
apertures         410 drivers/gpu/drm/gma500/framebuffer.c 		info->apertures->ranges[0].base = dev->mode_config.fb_base;
apertures         411 drivers/gpu/drm/gma500/framebuffer.c 		info->apertures->ranges[0].size = dev_priv->gtt.stolen_size;
apertures         235 drivers/gpu/drm/i915/display/intel_fbdev.c 	info->apertures->ranges[0].base = ggtt->gmadr.start;
apertures         236 drivers/gpu/drm/i915/display/intel_fbdev.c 	info->apertures->ranges[0].size = ggtt->mappable_end;
apertures         277 drivers/gpu/drm/radeon/radeon_fb.c 	info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base;
apertures         278 drivers/gpu/drm/radeon/radeon_fb.c 	info->apertures->ranges[0].size = rdev->mc.aper_size;
apertures         102 drivers/gpu/drm/vboxvideo/vbox_fb.c 	info->apertures->ranges[0].base = pci_resource_start(pdev, 0);
apertures         103 drivers/gpu/drm/vboxvideo/vbox_fb.c 	info->apertures->ranges[0].size = pci_resource_len(pdev, 0);
apertures         110 drivers/gpu/drm/vboxvideo/vbox_fb.c 	info->fix.smem_start = info->apertures->ranges[0].base + gpu_addr;
apertures         734 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	info->apertures = alloc_apertures(1);
apertures         735 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	if (!info->apertures) {
apertures         739 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	info->apertures->ranges[0].base = vmw_priv->vram_start;
apertures         740 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	info->apertures->ranges[0].size = vmw_priv->vram_size;
apertures         254 drivers/video/fbdev/clps711x-fb.c 	info->apertures = alloc_apertures(1);
apertures         255 drivers/video/fbdev/clps711x-fb.c 	if (!info->apertures) {
apertures         262 drivers/video/fbdev/clps711x-fb.c 	info->apertures->ranges[0].base = info->fix.smem_start;
apertures         263 drivers/video/fbdev/clps711x-fb.c 	info->apertures->ranges[0].size = cfb->buffsize;
apertures        1559 drivers/video/fbdev/core/fbmem.c 		gen_aper = registered_fb[i]->apertures;
apertures        1584 drivers/video/fbdev/core/fbmem.c 	do_remove_conflicting_framebuffers(fb_info->apertures,
apertures          83 drivers/video/fbdev/core/fbsysfs.c 	kfree(info->apertures);
apertures         253 drivers/video/fbdev/efifb.c 		release_mem_region(info->apertures->ranges[0].base,
apertures         254 drivers/video/fbdev/efifb.c 				   info->apertures->ranges[0].size);
apertures         448 drivers/video/fbdev/efifb.c 	info->apertures = alloc_apertures(1);
apertures         449 drivers/video/fbdev/efifb.c 	if (!info->apertures) {
apertures         453 drivers/video/fbdev/efifb.c 	info->apertures->ranges[0].base = efifb_fix.smem_start;
apertures         454 drivers/video/fbdev/efifb.c 	info->apertures->ranges[0].size = size_remap;
apertures         710 drivers/video/fbdev/hyperv_fb.c 	info->apertures = alloc_apertures(1);
apertures         711 drivers/video/fbdev/hyperv_fb.c 	if (!info->apertures)
apertures         715 drivers/video/fbdev/hyperv_fb.c 		info->apertures->ranges[0].base = screen_info.lfb_base;
apertures         716 drivers/video/fbdev/hyperv_fb.c 		info->apertures->ranges[0].size = screen_info.lfb_size;
apertures         717 drivers/video/fbdev/hyperv_fb.c 		remove_conflicting_framebuffers(info->apertures,
apertures         720 drivers/video/fbdev/hyperv_fb.c 		info->apertures->ranges[0].base = pci_resource_start(pdev, 0);
apertures         721 drivers/video/fbdev/hyperv_fb.c 		info->apertures->ranges[0].size = pci_resource_len(pdev, 0);
apertures         284 drivers/video/fbdev/offb.c 	release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size);
apertures         508 drivers/video/fbdev/offb.c 	info->apertures = alloc_apertures(1);
apertures         509 drivers/video/fbdev/offb.c 	if (!info->apertures)
apertures         511 drivers/video/fbdev/offb.c 	info->apertures->ranges[0].base = address;
apertures         512 drivers/video/fbdev/offb.c 	info->apertures->ranges[0].size = fix->smem_len;
apertures         451 drivers/video/fbdev/simplefb.c 	info->apertures = alloc_apertures(1);
apertures         452 drivers/video/fbdev/simplefb.c 	if (!info->apertures) {
apertures         456 drivers/video/fbdev/simplefb.c 	info->apertures->ranges[0].base = info->fix.smem_start;
apertures         457 drivers/video/fbdev/simplefb.c 	info->apertures->ranges[0].size = info->fix.smem_len;
apertures         189 drivers/video/fbdev/vesafb.c 	release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size);
apertures         313 drivers/video/fbdev/vesafb.c 	info->apertures = alloc_apertures(1);
apertures         314 drivers/video/fbdev/vesafb.c 	if (!info->apertures) {
apertures         318 drivers/video/fbdev/vesafb.c 	info->apertures->ranges[0].base = screen_info.lfb_base;
apertures         319 drivers/video/fbdev/vesafb.c 	info->apertures->ranges[0].size = size_total;
apertures        1317 drivers/video/fbdev/vga16fb.c 	info->apertures = alloc_apertures(1);
apertures        1318 drivers/video/fbdev/vga16fb.c 	if (!info->apertures) {
apertures        1370 drivers/video/fbdev/vga16fb.c 	info->apertures->ranges[0].base = VGA_FB_PHYS;
apertures        1371 drivers/video/fbdev/vga16fb.c 	info->apertures->ranges[0].size = VGA_FB_PHYS_LEN;
apertures         503 include/linux/fb.h 	} *apertures;
apertures         159 samples/vfio-mdev/mdpy-fb.c 	info->apertures = alloc_apertures(1);
apertures         160 samples/vfio-mdev/mdpy-fb.c 	if (!info->apertures) {
apertures         164 samples/vfio-mdev/mdpy-fb.c 	info->apertures->ranges[0].base = info->fix.smem_start;
apertures         165 samples/vfio-mdev/mdpy-fb.c 	info->apertures->ranges[0].size = info->fix.smem_len;