Home
last modified time | relevance | path

Searched refs:qpd_to_pdd (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager_cik.c122 pdd = qpd_to_pdd(qpd); in update_qpd_cik()
156 pdd = qpd_to_pdd(qpd); in update_qpd_cik_hawaii()
187 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
189 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
204 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_hawaii()
Dkfd_device_queue_manager_vi.c159 pdd = qpd_to_pdd(qpd); in update_qpd_vi()
200 pdd = qpd_to_pdd(qpd); in update_qpd_vi_tonga()
235 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
237 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
252 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_tonga()
Dkfd_device_queue_manager_v10.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
Dkfd_device_queue_manager_v9.c57 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
Dkfd_device_queue_manager.c194 kfd_get_doorbell_dw_offset_in_bar(dev, qpd_to_pdd(qpd), in allocate_doorbell()
251 kfd_flush_tlb(qpd_to_pdd(qpd)); in allocate_vmid()
287 kfd_flush_tlb(qpd_to_pdd(qpd)); in deallocate_vmid()
525 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()
651 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
702 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
739 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
822 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
874 pdd = qpd_to_pdd(qpd); in register_process()
1456 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_cpsch()
Dkfd_priv.h735 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro