Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager_cik.c122 pdd = qpd_to_pdd(qpd); in update_qpd_cik()
156 pdd = qpd_to_pdd(qpd); in update_qpd_cik_hawaii()
187 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
189 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
204 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_hawaii()
H A Dkfd_device_queue_manager_vi.c159 pdd = qpd_to_pdd(qpd); in update_qpd_vi()
200 pdd = qpd_to_pdd(qpd); in update_qpd_vi_tonga()
235 get_sh_mem_bases_32(qpd_to_pdd(qpd)); in init_sdma_vm()
237 value |= ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm()
252 ((get_sh_mem_bases_nybble_64(qpd_to_pdd(qpd))) << in init_sdma_vm_tonga()
H A Dkfd_device_queue_manager.c208 kfd_get_doorbell_dw_offset_in_bar(dev, qpd_to_pdd(qpd), in allocate_doorbell()
265 kfd_flush_tlb(qpd_to_pdd(qpd)); in allocate_vmid()
301 kfd_flush_tlb(qpd_to_pdd(qpd)); in deallocate_vmid()
531 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch()
660 pdd = qpd_to_pdd(qpd); in evict_process_queues_nocpsch()
707 pdd = qpd_to_pdd(qpd); in evict_process_queues_cpsch()
744 pdd = qpd_to_pdd(qpd); in restore_process_queues_nocpsch()
823 pdd = qpd_to_pdd(qpd); in restore_process_queues_cpsch()
875 pdd = qpd_to_pdd(qpd); in register_process()
1475 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_cpsch()
H A Dkfd_device_queue_manager_v10.c56 pdd = qpd_to_pdd(qpd); in update_qpd_v10()
H A Dkfd_device_queue_manager_v9.c57 pdd = qpd_to_pdd(qpd); in update_qpd_v9()
H A Dkfd_priv.h735 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) macro