Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager_cik.c120 pdd = qpd_to_pdd(qpd); in update_qpd_cik()
154 pdd = qpd_to_pdd(qpd); in update_qpd_cik_hawaii()
185 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
187 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
202 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_hawaii()
Dkfd_device_queue_manager_vi.c158 pdd = qpd_to_pdd(qpd); in update_qpd_vi()
199 pdd = qpd_to_pdd(qpd); in update_qpd_vi_tonga()
234 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
236 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
251 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_tonga()
Dkfd_device_queue_manager_v9.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
Dkfd_device_queue_manager.c204 kfd_flush_tlb(qpd_to_pdd(qpd)); in allocate_vmid()
238 kfd_flush_tlb(qpd_to_pdd(qpd)); in deallocate_vmid()
600 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
641 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
673 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
744 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
794 pdd = qpd_to_pdd(qpd); in register_process()
Dkfd_priv.h623 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro