Searched full:apertures (Results 1 – 25 of 42) sorted by relevance
12
/linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_flat_memory.c | 51 * mapped into this pointer space as apertures. 53 * based on what apertures the request falls in. 114 * A 64b pointer is compared to the apertures that are defined (Base/Limit), in 129 * memory object cannot straddle multiple apertures in the 64b address 153 * apertures to set the Mtype field for S_LOAD/FLAT_* ops which is input to the 157 * address space that doesn’t hit any defined base/limit apertures. 158 * The following diagram is a complete picture of the gfxip7.x SUA apertures. 167 * In all cases (for SUA and DUA apertures discussed later), aperture base 177 * In no case is a payload that straddles multiple apertures expected to work. 183 * or a payload straddles multiple apertures. The S_LOAD instruction [all …]
|
D | kfd_device_queue_manager_vi.c | 63 * scratch and GPUVM apertures. in compute_sh_mem_bases_64bit()
|
D | kfd_device_queue_manager_cik.c | 63 * scratch and GPUVM apertures. in compute_sh_mem_bases_64bit()
|
D | kfd_device_queue_manager.h | 119 * memory apertures.
|
D | kfd_priv.h | 752 /*Apertures*/ 1183 /* amdkfd Apertures */
|
/linux-6.15/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
|
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/inc/ |
D | smu_v12_0.h | 28 /* MP Apertures */
|
D | smu_v14_0.h | 35 /* MP Apertures */
|
D | smu_v13_0.h | 30 /* MP Apertures */
|
D | smu_v11_0.h | 40 /* MP Apertures */
|
/linux-6.15/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
|
/linux-6.15/arch/arm/include/asm/mach/ |
D | pci.h | 40 struct list_head resources; /* root bus resources (apertures) */
|
/linux-6.15/drivers/accel/amdxdna/ |
D | npu2_regs.c | 57 /* Associated BARs and Apertures */
|
D | npu5_regs.c | 57 /* Associated BARs and Apertures */
|
D | npu6_regs.c | 57 /* Associated BARs and Apertures */
|
D | npu1_regs.c | 40 /* Associated BARs and Apertures */
|
D | npu4_regs.c | 57 /* Associated BARs and Apertures */
|
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | smu9_smumgr.c | 31 /* MP Apertures */
|
/linux-6.15/Documentation/devicetree/bindings/memory-controllers/ |
D | nvidia,tegra186-mc.yaml | 20 encryption of traffic to and from DRAM via general security apertures are
|
/linux-6.15/arch/arc/plat-hsdk/ |
D | platform.c | 161 * information about apertures configuration.
|
/linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gmc.h | 274 /* apertures */
|
/linux-6.15/arch/arc/plat-axs10x/ |
D | axs10x.c | 121 * Each AXI master has a 4GB memory map specified as 16 apertures of 256MB, each
|
/linux-6.15/drivers/char/agp/ |
D | nvidia-agp.c | 196 * only use the portion of the TLB entries that correspond to the apertures
|
/linux-6.15/drivers/nvdimm/ |
D | nd.h | 19 * Limits the maximum number of block apertures a dimm can
|
/linux-6.15/arch/x86/kernel/ |
D | aperture_64.c | 519 * cannot deal with bad apertures and turning in gart_iommu_hole_init()
|
12