Home
last modified time | relevance | path

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

/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_v10.c57 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
H A Dkfd_device_queue_manager_v11.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v11()
H A Dkfd_device_queue_manager_v12.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v12()
H A Dkfd_device_queue_manager_v9.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
H A Dkfd_device_queue_manager.c164 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in kfd_hws_hang()
200 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in add_queue_mes()
582 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()
620 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()
927 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()
1124 pdd = qpd_to_pdd(qpd); in resume_single_queue()
1159 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
1209 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
1265 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
1344 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
[all …]
H A Dkfd_priv.h854 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro