Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager_vi.c112 pdd = qpd_to_pdd(qpd); in update_qpd_vi()
148 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
H A Dkfd_device_queue_manager_cik.c110 pdd = qpd_to_pdd(qpd); in update_qpd_cik()
142 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
H A Dkfd_device_queue_manager_v11.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v11()
H A Dkfd_device_queue_manager_v10.c57 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
H A Dkfd_device_queue_manager_v9.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
H A Dkfd_device_queue_manager.c192 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in add_queue_mes()
483 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()
519 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()
825 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()
1015 pdd = qpd_to_pdd(qpd); in resume_single_queue()
1050 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
1099 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
1155 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
1233 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
1301 pdd = qpd_to_pdd(qpd); in register_process()
[all …]
H A Dkfd_priv.h841 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro