Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dvesafb.c190 release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size); in vesafb_destroy()
314 info->apertures = alloc_apertures(1); in vesafb_probe()
315 if (!info->apertures) { in vesafb_probe()
319 info->apertures->ranges[0].base = screen_info.lfb_base; in vesafb_probe()
320 info->apertures->ranges[0].size = size_total; in vesafb_probe()
Defifb.c253 release_mem_region(info->apertures->ranges[0].base, in efifb_destroy()
254 info->apertures->ranges[0].size); in efifb_destroy()
448 info->apertures = alloc_apertures(1); in efifb_probe()
449 if (!info->apertures) { in efifb_probe()
453 info->apertures->ranges[0].base = efifb_fix.smem_start; in efifb_probe()
454 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.c284 release_mem_region(info->apertures->ranges[0].base, info->apertures->ranges[0].size); in offb_destroy()
508 info->apertures = alloc_apertures(1); in offb_init_fb()
509 if (!info->apertures) in offb_init_fb()
511 info->apertures->ranges[0].base = address; in offb_init_fb()
512 info->apertures->ranges[0].size = fix->smem_len; in offb_init_fb()
Dsimplefb.c451 info->apertures = alloc_apertures(1); in simplefb_probe()
452 if (!info->apertures) { in simplefb_probe()
456 info->apertures->ranges[0].base = info->fix.smem_start; in simplefb_probe()
457 info->apertures->ranges[0].size = info->fix.smem_len; in simplefb_probe()
Dhyperv_fb.c1015 info->apertures = alloc_apertures(1); in hvfb_getmem()
1016 if (!info->apertures) in hvfb_getmem()
1027 info->apertures->ranges[0].base = pci_resource_start(pdev, 0); in hvfb_getmem()
1028 info->apertures->ranges[0].size = pci_resource_len(pdev, 0); in hvfb_getmem()
1051 info->apertures->ranges[0].base = screen_info.lfb_base; in hvfb_getmem()
1052 info->apertures->ranges[0].size = screen_info.lfb_size; in hvfb_getmem()
1110 remove_conflicting_framebuffers(info->apertures, in hvfb_getmem()
Dvga16fb.c1336 info->apertures = alloc_apertures(1); in vga16fb_probe()
1337 if (!info->apertures) { in vga16fb_probe()
1389 info->apertures->ranges[0].base = VGA_FB_PHYS; in vga16fb_probe()
1390 info->apertures->ranges[0].size = VGA_FB_PHYS_LEN; in vga16fb_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_fb.c277 info->apertures->ranges[0].base = rdev->ddev->mode_config.fb_base; in radeonfb_create()
278 info->apertures->ranges[0].size = rdev->mc.aper_size; in radeonfb_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fb.c257 info->apertures->ranges[0].base = adev_to_drm(adev)->mode_config.fb_base; in amdgpufb_create()
258 info->apertures->ranges[0].size = adev->gmc.aper_size; in amdgpufb_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c734 info->apertures = alloc_apertures(1); in vmw_fb_init()
735 if (!info->apertures) { in vmw_fb_init()
739 info->apertures->ranges[0].base = vmw_priv->vram_start; in vmw_fb_init()
740 info->apertures->ranges[0].size = vmw_priv->vram_size; in vmw_fb_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_fbdev.c235 info->apertures->ranges[0].base = ggtt->gmadr.start; in intelfb_create()
236 info->apertures->ranges[0].size = ggtt->mappable_end; in intelfb_create()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dframebuffer.c406 info->apertures->ranges[0].base = dev->mode_config.fb_base; in psbfb_create()
407 info->apertures->ranges[0].size = dev_priv->gtt.stolen_size; in psbfb_create()
/kernel/linux/linux-5.10/drivers/nvdimm/
DKconfig48 apertures to access persistent media.
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dnvdimm.rst57 A set of one or more programmable memory mapped apertures provided
167 defined apertures. A set of apertures will access just one DIMM.
168 Multiple windows (apertures) allow multiple concurrent accesses, much like
200 BLK-apertures solve these RAS problems, but their presence is also the
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dfbsysfs.c83 kfree(info->apertures); in framebuffer_release()
Dfbmem.c1587 gen_aper = registered_fb[i]->apertures; in do_remove_conflicting_framebuffers()
1612 do_remove_conflicting_framebuffers(fb_info->apertures, in do_register_framebuffer()
/kernel/linux/linux-5.10/include/linux/
Dfb.h501 } *apertures; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_fb_helper.c545 info->apertures = alloc_apertures(1); in drm_fb_helper_alloc_fbi()
546 if (!info->apertures) { in drm_fb_helper_alloc_fbi()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch4213 + * framebuffer apertures automatically. Device drivers without knowledge of
4365 + * unregister the platform device automatically. Acquired apertures are
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch49957 + struct list_head resources; /* root bus resources (apertures) */
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch343677 + struct list_head resources; /* root bus resources (apertures) */