Searched refs:gpu_resources (Results 1 – 5 of 5) sorted by relevance
114 struct kgd2kfd_shared_resources gpu_resources = { in amdgpu_amdkfd_device_init() local122 &gpu_resources.doorbell_physical_address, in amdgpu_amdkfd_device_init()123 &gpu_resources.doorbell_aperture_size, in amdgpu_amdkfd_device_init()124 &gpu_resources.doorbell_start_offset); in amdgpu_amdkfd_device_init()126 kgd2kfd->device_init(rdev->kfd, &gpu_resources); in amdgpu_amdkfd_device_init()
184 struct kgd2kfd_shared_resources gpu_resources = { in radeon_kfd_device_init() local192 &gpu_resources.doorbell_physical_address, in radeon_kfd_device_init()193 &gpu_resources.doorbell_aperture_size, in radeon_kfd_device_init()194 &gpu_resources.doorbell_start_offset); in radeon_kfd_device_init()196 kgd2kfd->device_init(rdev->kfd, &gpu_resources); in radeon_kfd_device_init()
217 const struct kgd2kfd_shared_resources *gpu_resources);
223 const struct kgd2kfd_shared_resources *gpu_resources) in kgd2kfd_device_init() argument227 kfd->shared_resources = *gpu_resources; in kgd2kfd_device_init()
209 const struct kgd2kfd_shared_resources *gpu_resources);