Home
last modified time | relevance | path

Searched refs:aperture_size (Results 1 – 5 of 5) sorted by relevance

/drivers/char/agp/
A Dintel-gtt.c534 unsigned int aperture_size; in intel_gtt_mappable_entries() local
544 aperture_size = MB(32); in intel_gtt_mappable_entries()
546 aperture_size = MB(64); in intel_gtt_mappable_entries()
554 aperture_size = MB(64); in intel_gtt_mappable_entries()
556 aperture_size = MB(128); in intel_gtt_mappable_entries()
559 aperture_size = pci_resource_len(intel_private.pcidev, 2); in intel_gtt_mappable_entries()
562 return aperture_size >> PAGE_SHIFT; in intel_gtt_mappable_entries()
/drivers/iommu/
A Ds390-iommu.c532 u64 aperture_size; in s390_domain_alloc_paging() local
544 aperture_size = min(s390_iommu_aperture, in s390_domain_alloc_paging()
546 if (aperture_size <= (ZPCI_TABLE_SIZE_RT - zdev->start_dma)) { in s390_domain_alloc_paging()
548 } else if (aperture_size <= (ZPCI_TABLE_SIZE_RS - zdev->start_dma) && in s390_domain_alloc_paging()
556 aperture_size = ZPCI_TABLE_SIZE_RT - zdev->start_dma; in s390_domain_alloc_paging()
558 zdev->end_dma = zdev->start_dma + aperture_size - 1; in s390_domain_alloc_paging()
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_amdkfd.c95 size_t *aperture_size, in amdgpu_doorbell_get_kfd_info() argument
110 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info()
115 *aperture_size = adev->doorbell.size; in amdgpu_doorbell_get_kfd_info()
119 *aperture_size = 0; in amdgpu_doorbell_get_kfd_info()
/drivers/gpu/drm/radeon/
A Dradeon_agp.c210 info->aperture_size = kern->aper_size * 1024 * 1024; in radeon_agp_head_info()
A Dradeon.h1083 unsigned long aperture_size; /* bytes */ member

Completed in 27 milliseconds