Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c355 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_set_mes_debug_mode()
518 if (!kfd_dbg_is_per_vmid_supported(target->pdds[i]->dev) && in kfd_dbg_trap_set_flags()
530 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_trap_set_flags()
553 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_trap_set_flags()
614 if (!kfd_dbg_is_per_vmid_supported(pdd->dev) && in kfd_dbg_trap_deactivate()
693 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) { in kfd_dbg_trap_activate()
H A Dkfd_debug.h77 static inline bool kfd_dbg_is_per_vmid_supported(struct kfd_node *dev) in kfd_dbg_is_per_vmid_supported() function
H A Dkfd_chardev.c2792 } else if (kfd_dbg_is_per_vmid_supported(pdd->dev)) { in runtime_enable()
2859 if (kfd_dbg_is_per_vmid_supported(pdd->dev)) { in runtime_disable()
H A Dkfd_device_queue_manager.c3107 if (!kfd_dbg_is_per_vmid_supported(dqm->dev)) in debug_lock_and_unmap()
3128 if (!kfd_dbg_is_per_vmid_supported(dqm->dev)) in debug_map_and_unlock()
H A Dkfd_process.c1600 if (kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_create_process_device_data()