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()
498 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()
534 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()
840 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()
1030 pdd = qpd_to_pdd(qpd); in resume_single_queue()
1065 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
1114 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
1170 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
1248 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
1316 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