Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager_cik.c123 pdd = qpd_to_pdd(qpd); in update_qpd_cik()
157 pdd = qpd_to_pdd(qpd); in update_qpd_cik_hawaii()
188 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
190 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
205 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_hawaii()
Dkfd_device_queue_manager_vi.c160 pdd = qpd_to_pdd(qpd); in update_qpd_vi()
201 pdd = qpd_to_pdd(qpd); in update_qpd_vi_tonga()
236 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
238 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
253 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_tonga()
Dkfd_device_queue_manager_v10.c57 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
Dkfd_device_queue_manager_v11.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v11()
Dkfd_device_queue_manager_v9.c58 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
Dkfd_device_queue_manager.c177 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in add_queue_mes()
385 kfd_get_doorbell_dw_offset_in_bar(dev, qpd_to_pdd(qpd), in allocate_doorbell()
454 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in allocate_vmid()
490 kfd_flush_tlb(qpd_to_pdd(qpd), TLB_FLUSH_LEGACY); in deallocate_vmid()
793 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()
932 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
981 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
1028 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
1107 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
1169 pdd = qpd_to_pdd(qpd); in register_process()
[all …]
Dkfd_priv.h797 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro