Searched refs:kfd_process_device (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_process.c | 85 struct kfd_process_device *pdd; 99 struct kfd_process_device *pdd; in kfd_sdma_activity_worker() 272 struct kfd_process_device *pdd = NULL; in kfd_get_cu_occupancy() 274 pdd = container_of(attr, struct kfd_process_device, attr_cu_occupancy); in kfd_get_cu_occupancy() 307 struct kfd_process_device *pdd = container_of(attr, struct kfd_process_device, in kfd_procfs_show() 311 struct kfd_process_device *pdd = container_of(attr, struct kfd_process_device, in kfd_procfs_show() 398 struct kfd_process_device *pdd = container_of(attr, in kfd_procfs_stats_show() 399 struct kfd_process_device, in kfd_procfs_stats_show() 504 struct kfd_process_device *pdd; in kfd_procfs_add_sysfs_stats() 570 struct kfd_process_device *pdd; in kfd_procfs_add_sysfs_files() [all …]
|
D | kfd_priv.h | 649 struct kfd_process_device { struct 735 #define qpd_to_pdd(x) container_of(x, struct kfd_process_device, qpd) argument 853 int kfd_process_device_init_vm(struct kfd_process_device *pdd, 855 struct kfd_process_device *kfd_bind_process_to_device(struct kfd_dev *dev, 857 struct kfd_process_device *kfd_get_process_device_data(struct kfd_dev *dev, 859 struct kfd_process_device *kfd_create_process_device_data(struct kfd_dev *dev, 866 int kfd_process_device_create_obj_handle(struct kfd_process_device *pdd, 868 void *kfd_process_device_translate_handle(struct kfd_process_device *p, 870 void kfd_process_device_remove_obj_handle(struct kfd_process_device *pdd, 874 struct kfd_process_device *kfd_get_first_process_device_data( [all …]
|
D | kfd_iommu.c | 110 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd) in kfd_iommu_bind_process_to_device() 138 struct kfd_process_device *pdd; in kfd_iommu_unbind_process() 150 struct kfd_process_device *pdd; in iommu_pasid_shutdown_callback() 220 struct kfd_process_device *pdd; in kfd_bind_processes_to_device() 261 struct kfd_process_device *pdd; in kfd_unbind_processes_from_device()
|
D | kfd_iommu.h | 35 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd); 58 struct kfd_process_device *pdd) in kfd_iommu_bind_process_to_device()
|
D | kfd_flat_memory.c | 315 static void kfd_init_apertures_vi(struct kfd_process_device *pdd, uint8_t id) in kfd_init_apertures_vi() 345 static void kfd_init_apertures_v9(struct kfd_process_device *pdd, uint8_t id) in kfd_init_apertures_v9() 368 struct kfd_process_device *pdd; in kfd_init_apertures()
|
D | kfd_device_queue_manager_v10.c | 42 static uint32_t compute_sh_mem_bases_64bit(struct kfd_process_device *pdd) in compute_sh_mem_bases_64bit() 54 struct kfd_process_device *pdd; in update_qpd_v10()
|
D | kfd_device_queue_manager_v9.c | 43 static uint32_t compute_sh_mem_bases_64bit(struct kfd_process_device *pdd) in compute_sh_mem_bases_64bit() 55 struct kfd_process_device *pdd; in update_qpd_v9()
|
D | kfd_doorbell.c | 130 struct kfd_process_device *pdd; in kfd_doorbell_mmap() 230 struct kfd_process_device *pdd, in kfd_get_doorbell_dw_offset_in_bar() 255 phys_addr_t kfd_get_process_doorbells(struct kfd_process_device *pdd) in kfd_get_process_doorbells()
|
D | kfd_chardev.c | 281 struct kfd_process_device *pdd; in kfd_ioctl_create_queue() 493 struct kfd_process_device *pdd; in kfd_ioctl_set_memory_policy() 545 struct kfd_process_device *pdd; in kfd_ioctl_set_trap_handler() 577 struct kfd_process_device *pdd; in kfd_ioctl_dbg_register() 877 struct kfd_process_device *pdd; in kfd_ioctl_get_process_apertures() 933 struct kfd_process_device *pdd; in kfd_ioctl_get_process_apertures_new() 1031 struct kfd_process_device *pdd; in kfd_ioctl_create_event() 1131 struct kfd_process_device *pdd; in kfd_ioctl_set_scratch_backing_va() 1209 struct kfd_process_device *pdd; in kfd_ioctl_acquire_vm() 1272 struct kfd_process_device *pdd; in kfd_ioctl_alloc_memory_of_gpu() [all …]
|
D | kfd_process_queue_manager.c | 67 void kfd_process_dequeue_from_device(struct kfd_process_device *pdd) in kfd_process_dequeue_from_device() 83 struct kfd_process_device *pdd; in pqm_set_gws() 129 struct kfd_process_device *pdd; in kfd_process_dequeue_from_all_devices() 200 struct kfd_process_device *pdd; in pqm_create_queue() 343 struct kfd_process_device *pdd; in pqm_destroy_queue()
|
D | kfd_device_queue_manager_cik.c | 119 struct kfd_process_device *pdd; in update_qpd_cik() 153 struct kfd_process_device *pdd; in update_qpd_cik_hawaii()
|
D | kfd_device_queue_manager.h | 228 static inline unsigned int get_sh_mem_bases_32(struct kfd_process_device *pdd) in get_sh_mem_bases_32() 234 get_sh_mem_bases_nybble_64(struct kfd_process_device *pdd) in get_sh_mem_bases_nybble_64()
|
D | kfd_device_queue_manager_vi.c | 156 struct kfd_process_device *pdd; in update_qpd_vi() 197 struct kfd_process_device *pdd; in update_qpd_vi_tonga()
|
D | kfd_device_queue_manager.c | 531 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_nocpsch() 560 struct kfd_process_device *pdd; in update_queue() 653 struct kfd_process_device *pdd; in evict_process_queues_nocpsch() 700 struct kfd_process_device *pdd; in evict_process_queues_cpsch() 739 struct kfd_process_device *pdd; in restore_process_queues_nocpsch() 818 struct kfd_process_device *pdd; in restore_process_queues_cpsch() 865 struct kfd_process_device *pdd; in register_process() 1475 struct kfd_process_device *pdd = qpd_to_pdd(qpd); in destroy_queue_cpsch() 1986 struct kfd_process_device *pdd; in kfd_process_vm_fault()
|
D | kfd_dbgdev.c | 275 struct kfd_process_device *pdd; in dbgdev_address_watch_nodiq() 703 struct kfd_process_device *pdd; in dbgdev_wave_control_nodiq() 767 struct kfd_process_device *pdd; in dbgdev_wave_reset_wavefronts()
|