Searched defs:pdd (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_debug.c | 72 struct kfd_process_device *pdd = process->pdds[i]; in kfd_dbg_ev_query_debug_event() local 133 struct kfd_process_device *pdd = process->pdds[i]; in kfd_dbg_ev_raise() local 207 struct kfd_process_device *pdd = NULL; in kfd_set_dbg_ev_from_interrupt() local 262 struct kfd_process_device *pdd = NULL; in kfd_dbg_send_exception_to_runtime() local 349 int kfd_dbg_set_mes_debug_mode(struct kfd_process_device *pdd, bool sq_trap_en) in kfd_dbg_set_mes_debug_mode() 382 static int kfd_dbg_get_dev_watch_id(struct kfd_process_device *pdd, int *watch_id) in kfd_dbg_get_dev_watch_id() 407 static void kfd_dbg_clear_dev_watch_id(struct kfd_process_device *pdd, u32 watch_id) in kfd_dbg_clear_dev_watch_id() 420 static bool kfd_dbg_owns_dev_watch_id(struct kfd_process_device *pdd, u32 watch_id) in kfd_dbg_owns_dev_watch_id() 431 int kfd_dbg_trap_clear_dev_address_watch(struct kfd_process_device *pdd, in kfd_dbg_trap_clear_dev_address_watch() 464 int kfd_dbg_trap_set_dev_address_watch(struct kfd_process_device *pdd, in kfd_dbg_trap_set_dev_address_watch() [all …]
|
| H A D | kfd_process_queue_manager.c | 83 void kfd_process_dequeue_from_device(struct kfd_process_device *pdd) in kfd_process_dequeue_from_device() 110 struct kfd_process_device *pdd; in pqm_set_gws() local 192 struct kfd_process_device *pdd; in pqm_clean_queue_resource() local 224 struct kfd_process_device *pdd = kfd_get_process_device_data(pqn->q->device, in pqm_uninit() local 319 struct kfd_process_device *pdd; in pqm_create_queue() local 495 struct kfd_process_device *pdd; in pqm_destroy_queue() local 579 struct kfd_process_device *pdd; in pqm_update_queue_properties() local 735 static int get_queue_data_sizes(struct kfd_process_device *pdd, in get_queue_data_sizes() 765 struct kfd_process_device *pdd = p->pdds[i]; in kfd_process_get_queue_info() local 814 static int criu_checkpoint_queue(struct kfd_process_device *pdd, in criu_checkpoint_queue() [all …]
|
| H A D | kfd_queue.c | 90 static int kfd_queue_buffer_svm_get(struct kfd_process_device *pdd, u64 addr, u64 size) in kfd_queue_buffer_svm_get() 151 static void kfd_queue_buffer_svm_put(struct kfd_process_device *pdd, u64 addr, u64 size) in kfd_queue_buffer_svm_put() 185 static int kfd_queue_buffer_svm_get(struct kfd_process_device *pdd, u64 addr, u64 size) in kfd_queue_buffer_svm_get() 190 static void kfd_queue_buffer_svm_put(struct kfd_process_device *pdd, u64 addr, u64 size) in kfd_queue_buffer_svm_put() 233 int kfd_queue_acquire_buffers(struct kfd_process_device *pdd, struct queue_properties *properties) in kfd_queue_acquire_buffers() 344 int kfd_queue_release_buffers(struct kfd_process_device *pdd, struct queue_properties *properties) in kfd_queue_release_buffers() 377 int kfd_queue_unref_bo_vas(struct kfd_process_device *pdd, in kfd_queue_unref_bo_vas()
|
| H A D | kfd_doorbell.c | 110 struct kfd_process_device *pdd; in kfd_doorbell_mmap() local 235 phys_addr_t kfd_get_process_doorbells(struct kfd_process_device *pdd) in kfd_get_process_doorbells() 253 int kfd_alloc_process_doorbells(struct kfd_dev *kfd, struct kfd_process_device *pdd) in kfd_alloc_process_doorbells() 293 void kfd_free_process_doorbells(struct kfd_dev *kfd, struct kfd_process_device *pdd) in kfd_free_process_doorbells()
|
| H A D | kfd_debugfs.c | 129 struct kfd_process_device *pdd = file_inode(file)->i_private; in kfd_debugfs_pasid_read() local 163 struct kfd_process_device *pdd = p->pdds[i]; in kfd_debugfs_add_process() local
|
| H A D | kfd_smi_events.c | 328 struct kfd_process_device *pdd = p->pdds[i]; in kfd_smi_event_queue_restore_rescheduled() local 347 void kfd_smi_event_process(struct kfd_process_device *pdd, bool start) in kfd_smi_event_process()
|
| /linux/drivers/pmdomain/xilinx/ |
| H A D | zynqmp-pm-domains.c | 108 struct pm_domain_data *pdd, *tmp; in zynqmp_gpd_power_off() local
|