Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_device_queue_manager_cik.c127 pdd = qpd_to_pdd(qpd); in update_qpd_cik()
161 pdd = qpd_to_pdd(qpd); in update_qpd_cik_hawaii()
192 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
194 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
209 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_hawaii()
H A Dkfd_device_queue_manager_vi.c164 pdd = qpd_to_pdd(qpd); in update_qpd_vi()
205 pdd = qpd_to_pdd(qpd); in update_qpd_vi_tonga()
240 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
242 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
257 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_tonga()
H A Dkfd_device_queue_manager_v10.c61 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
H A Dkfd_device_queue_manager_v9.c62 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
H A Dkfd_device_queue_manager.c236 kfd_flush_tlb(qpd_to_pdd(qpd)); in allocate_vmid()
272 kfd_flush_tlb(qpd_to_pdd(qpd)); in deallocate_vmid()
611 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
657 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
692 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
768 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
818 pdd = qpd_to_pdd(qpd); in register_process()
H A Dkfd_priv.h656 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro