Home
last modified time | relevance | path

Searched defs:vmhub (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ids.c205 unsigned vmhub = ring->vm_hub; in amdgpu_vmid_grab_idle() local
280 unsigned vmhub = ring->vm_hub; in amdgpu_vmid_grab_reserved() local
341 unsigned vmhub = ring->vm_hub; in amdgpu_vmid_grab_used() local
401 unsigned vmhub = ring->vm_hub; in amdgpu_vmid_grab() local
463 amdgpu_vmid_alloc_reserved(struct amdgpu_device * adev,unsigned vmhub) amdgpu_vmid_alloc_reserved() argument
485 amdgpu_vmid_free_reserved(struct amdgpu_device * adev,unsigned vmhub) amdgpu_vmid_free_reserved() argument
508 amdgpu_vmid_reset(struct amdgpu_device * adev,unsigned vmhub,unsigned vmid) amdgpu_vmid_reset() argument
[all...]
H A Dgmc_v11_0.c172 uint32_t vmhub) in gmc_v11_0_use_invalidate_semaphore()
195 unsigned int vmhub, uint32_t flush_type) in gmc_v11_0_flush_vm_hub()
286 uint32_t vmhub, uint32_t flush_type) in gmc_v11_0_flush_gpu_tlb()
H A Dgmc_v10_0.c207 uint32_t vmhub) in gmc_v10_0_use_invalidate_semaphore()
234 unsigned int vmhub, uint32_t flush_type) in gmc_v10_0_flush_vm_hub()
325 uint32_t vmhub, uint32_t flush_type) in gmc_v10_0_flush_gpu_tlb()
H A Dgmc_v9_0.c771 uint32_t vmhub) in gmc_v9_0_use_invalidate_semaphore() argument
814 gmc_v9_0_flush_gpu_tlb(struct amdgpu_device * adev,uint32_t vmid,uint32_t vmhub,uint32_t flush_type) gmc_v9_0_flush_gpu_tlb() argument
[all...]
H A Damdgpu_gmc.c544 unsigned vmhub, inv_eng; in amdgpu_gmc_allocate_vm_inv_eng() local
H A Damdgpu_vm.c630 unsigned vmhub = ring->vm_hub; amdgpu_vm_need_pipeline_sync() local
664 unsigned vmhub = ring->vm_hub; amdgpu_vm_flush() local
H A Dgmc_v6_0.c348 uint32_t vmhub, uint32_t flush_type) in gmc_v6_0_flush_gpu_tlb()
H A Dgmc_v7_0.c467 uint32_t vmhub, uint32_t flush_type) in gmc_v7_0_flush_gpu_tlb()
H A Dgmc_v8_0.c658 uint32_t vmhub, uint32_t flush_type) in gmc_v8_0_flush_gpu_tlb()
H A Damdgpu_gmc.h338 #define amdgpu_gmc_flush_gpu_tlb(adev, vmid, vmhub, type) ((adev)->gmc.gmc_funcs->flush_gpu_tlb((ad… argument
H A Damdgpu.h890 struct amdgpu_vmhub vmhub[AMDGPU_MAX_VMHUBS]; member