Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.c354 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_set_mes_debug_mode()
524 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_trap_set_flags()
547 if (!kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_dbg_trap_set_flags()
608 if (!kfd_dbg_is_per_vmid_supported(pdd->dev) && in kfd_dbg_trap_deactivate()
687 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.c3501 if (!kfd_dbg_is_per_vmid_supported(dqm->dev)) in debug_lock_and_unmap()
3523 if (!kfd_dbg_is_per_vmid_supported(dqm->dev)) in debug_map_and_unlock()
H A Dkfd_process.c1649 if (kfd_dbg_is_per_vmid_supported(pdd->dev)) in kfd_create_process_device_data()