Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_debug.c352 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_set_mes_debug_mode()
500 if (!kfd_dbg_is_per_vmid_supported(target->pdds[i]->dev) && in kfd_dbg_trap_set_flags()
512 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_trap_set_flags()
535 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_trap_set_flags()
596 if (!kfd_dbg_is_per_vmid_supported(pdd->dev) && in kfd_dbg_trap_deactivate()
674 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) { in kfd_dbg_trap_activate()
Dkfd_debug.h77 static inline bool kfd_dbg_is_per_vmid_supported(struct kfd_node *dev) in kfd_dbg_is_per_vmid_supported() function
Dkfd_chardev.c2786 } else if (kfd_dbg_is_per_vmid_supported(pdd->dev)) { in runtime_enable()
2853 if (kfd_dbg_is_per_vmid_supported(pdd->dev)) { in runtime_disable()
Dkfd_device_queue_manager.c3090 if (!kfd_dbg_is_per_vmid_supported(dqm->dev)) in debug_lock_and_unmap()
3111 if (!kfd_dbg_is_per_vmid_supported(dqm->dev)) in debug_map_and_unlock()
Dkfd_process.c1604 if (kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_create_process_device_data()