| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_flat_memory.c | 50 * mapped into this pointer space as apertures. 52 * based on what apertures the request falls in. 113 * A 64b pointer is compared to the apertures that are defined (Base/Limit), in 128 * memory object cannot straddle multiple apertures in the 64b address 152 * apertures to set the Mtype field for S_LOAD/FLAT_* ops which is input to the 156 * address space that doesn’t hit any defined base/limit apertures. 157 * The following diagram is a complete picture of the gfxip7.x SUA apertures. 166 * In all cases (for SUA and DUA apertures discussed later), aperture base 176 * In no case is a payload that straddles multiple apertures expected to work. 182 * or a payload straddles multiple apertures. The S_LOAD instruction [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_flat_memory.c | 49 * mapped into this pointer space as apertures. 51 * based on what apertures the request falls in. 112 * A 64b pointer is compared to the apertures that are defined (Base/Limit), in 127 * memory object cannot straddle multiple apertures in the 64b address 151 * apertures to set the Mtype field for S_LOAD/FLAT_* ops which is input to the 155 * address space that doesn’t hit any defined base/limit apertures. 156 * The following diagram is a complete picture of the gfxip7.x SUA apertures. 165 * In all cases (for SUA and DUA apertures discussed later), aperture base 175 * In no case is a payload that straddles multiple apertures expected to work. 181 * or a payload straddles multiple apertures. The S_LOAD instruction [all …]
|
| /kernel/linux/linux-6.6/drivers/video/ |
| D | aperture.c | 71 * let the function detect the apertures automatically. Device drivers without 77 * framebuffer apertures. Ownership of the framebuffer memory is achieved 141 static LIST_HEAD(apertures); 173 list_for_each(pos, &apertures) { in devm_aperture_acquire() 193 list_add(&ap->lh, &apertures); in devm_aperture_acquire() 229 * unregister the platform device automatically. All acquired apertures are 254 list_for_each_safe(pos, n, &apertures) { in aperture_detach_devices() 279 * This function removes devices that own apertures within @base and @size. 340 * This function removes devices that own apertures within any of @pdev's
|
| /kernel/linux/linux-5.10/samples/vfio-mdev/ |
| D | mdpy-fb.c | 164 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/ |
| D | vesafb.c | 190 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()
|
| D | clps711x-fb.c | 254 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()
|
| D | efifb.c | 253 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()
|
| D | offb.c | 284 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()
|
| D | simplefb.c | 451 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()
|
| D | hyperv_fb.c | 1020 info->apertures = alloc_apertures(1); in hvfb_getmem() 1021 if (!info->apertures) in hvfb_getmem() 1032 info->apertures->ranges[0].base = pci_resource_start(pdev, 0); in hvfb_getmem() 1033 info->apertures->ranges[0].size = pci_resource_len(pdev, 0); in hvfb_getmem() 1056 info->apertures->ranges[0].base = screen_info.lfb_base; in hvfb_getmem() 1057 info->apertures->ranges[0].size = screen_info.lfb_size; in hvfb_getmem() 1099 remove_conflicting_framebuffers(info->apertures, in hvfb_getmem()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_aperture.c | 64 * framebuffer apertures automatically. Device drivers without knowledge of 130 * unregister the platform device automatically. Acquired apertures are
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | smu_v12_0.h | 28 /* MP Apertures */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/ |
| D | smu_v12_0.h | 28 /* MP Apertures */
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/mach/ |
| D | pci.h | 40 struct list_head resources; /* root bus resources (apertures) */
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/mach/ |
| D | pci.h | 40 struct list_head resources; /* root bus resources (apertures) */
|
| /kernel/linux/linux-5.10/Documentation/PCI/ |
| D | acpi-info.rst | 49 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-6.6/Documentation/PCI/ |
| D | acpi-info.rst | 49 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/gpu/drm/nouveau/nvkm/falcon/ |
| D | v1.c | 196 /* setup apertures - virtual */ in nvkm_falcon_v1_bind_context() 199 /* setup apertures - physical */ in nvkm_falcon_v1_bind_context()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_fb.c | 734 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/radeon/ |
| D | radeon_fb.c | 277 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/ |
| D | amdgpu_fb.c | 257 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/Documentation/devicetree/bindings/memory-controllers/ |
| D | nvidia,tegra186-mc.yaml | 20 encryption of traffic to and from DRAM via general security apertures are
|
| /kernel/linux/linux-5.10/drivers/nvdimm/ |
| D | Kconfig | 48 apertures to access persistent media.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/ |
| D | nvdimm.rst | 57 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-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| D | smu9_smumgr.c | 31 /* MP Apertures */
|