Home
last modified time | relevance | path

Searched refs:apertures (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.1/drivers/video/
Daperture.c141 static LIST_HEAD(apertures);
173 list_for_each(pos, &apertures) { in devm_aperture_acquire()
193 list_add(&ap->lh, &apertures); in devm_aperture_acquire()
254 list_for_each_safe(pos, n, &apertures) { in aperture_detach_devices()
/Linux-v6.1/samples/vfio-mdev/
Dmdpy-fb.c164 info->apertures = alloc_apertures(1); in mdpy_fb_probe()
165 if (!info->apertures) { in mdpy_fb_probe()
169 info->apertures->ranges[0].base = info->fix.smem_start; in mdpy_fb_probe()
170 info->apertures->ranges[0].size = info->fix.smem_len; in mdpy_fb_probe()
/Linux-v6.1/drivers/video/fbdev/
Dvesafb.c194 release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size); in vesafb_destroy()
320 info->apertures = alloc_apertures(1); in vesafb_probe()
321 if (!info->apertures) { in vesafb_probe()
325 info->apertures->ranges[0].base = screen_info.lfb_base; in vesafb_probe()
326 info->apertures->ranges[0].size = size_total; in vesafb_probe()
Defifb.c263 release_mem_region(info->apertures->ranges[0].base, in efifb_destroy()
264 info->apertures->ranges[0].size); in efifb_destroy()
459 info->apertures = alloc_apertures(1); in efifb_probe()
460 if (!info->apertures) { in efifb_probe()
464 info->apertures->ranges[0].base = efifb_fix.smem_start; in efifb_probe()
465 info->apertures->ranges[0].size = size_remap; in efifb_probe()
Dclps711x-fb.c254 info->apertures = alloc_apertures(1); in clps711x_fb_probe()
255 if (!info->apertures) { in clps711x_fb_probe()
262 info->apertures->ranges[0].base = info->fix.smem_start; in clps711x_fb_probe()
263 info->apertures->ranges[0].size = cfb->buffsize; in clps711x_fb_probe()
Doffb.c285 release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size); in offb_destroy()
510 info->apertures = alloc_apertures(1); in offb_init_fb()
511 if (!info->apertures) in offb_init_fb()
513 info->apertures->ranges[0].base = address; in offb_init_fb()
514 info->apertures->ranges[0].size = fix->smem_len; in offb_init_fb()
Dsimplefb.c475 info->apertures = alloc_apertures(1); in simplefb_probe()
476 if (!info->apertures) { in simplefb_probe()
480 info->apertures->ranges[0].base = info->fix.smem_start; in simplefb_probe()
481 info->apertures->ranges[0].size = info->fix.smem_len; in simplefb_probe()
Dhyperv_fb.c995 info->apertures = alloc_apertures(1); in hvfb_getmem()
996 if (!info->apertures) in hvfb_getmem()
1007 info->apertures->ranges[0].base = pci_resource_start(pdev, 0); in hvfb_getmem()
1008 info->apertures->ranges[0].size = pci_resource_len(pdev, 0); in hvfb_getmem()
1031 info->apertures->ranges[0].base = screen_info.lfb_base; in hvfb_getmem()
1032 info->apertures->ranges[0].size = screen_info.lfb_size; in hvfb_getmem()
1074 aperture_remove_conflicting_devices(info->apertures->ranges[0].base, in hvfb_getmem()
1075 info->apertures->ranges[0].size, in hvfb_getmem()
Dvga16fb.c1327 info->apertures = alloc_apertures(1); in vga16fb_probe()
1328 if (!info->apertures) { in vga16fb_probe()
1385 info->apertures->ranges[0].base = VGA_FB_PHYS_BASE; in vga16fb_probe()
1386 info->apertures->ranges[0].size = VGA_FB_PHYS_SIZE; in vga16fb_probe()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fbdev.c273 info->apertures->ranges[0].base = mem->io_start; in intelfb_create()
274 info->apertures->ranges[0].size = mem->io_size; in intelfb_create()
282 info->apertures->ranges[0].base = ggtt->gmadr.start; in intelfb_create()
283 info->apertures->ranges[0].size = ggtt->mappable_end; in intelfb_create()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_fb.c279 info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base; in radeonfb_create()
280 info->apertures->ranges[0].size = rdev->mc.aper_size; in radeonfb_create()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c720 info->apertures = alloc_apertures(1); in vmw_fb_init()
721 if (!info->apertures) { in vmw_fb_init()
725 info->apertures->ranges[0].base = vmw_priv->vram_start; in vmw_fb_init()
726 info->apertures->ranges[0].size = vmw_priv->vram_size; in vmw_fb_init()
/Linux-v6.1/drivers/gpu/drm/gma500/
Dframebuffer.c299 info->apertures->ranges[0].base = dev->mode_config.fb_base; in psbfb_create()
300 info->apertures->ranges[0].size = dev_priv->gtt.stolen_size; in psbfb_create()
/Linux-v6.1/Documentation/PCI/
Dacpi-info.rst49 range below the bridge, window registers that describe the apertures, etc.
56 ("Consumer") from the bridge apertures ("Producer") [4, 5], but early
/Linux-v6.1/drivers/video/fbdev/core/
Dfbsysfs.c91 kfree(info->apertures); in framebuffer_release()
Dfbmem.c1657 struct apertures_struct *ap = fb_info->apertures; in fb_aperture_acquire_for_platform_device()
/Linux-v6.1/include/linux/
Dfb.h511 } *apertures; member
/Linux-v6.1/drivers/gpu/drm/
Ddrm_fb_helper.c595 info->apertures = alloc_apertures(1); in drm_fb_helper_alloc_fbi()
596 if (!info->apertures) { in drm_fb_helper_alloc_fbi()