Home
last modified time | relevance | path

Searched refs:compute_profile (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/amdkfd/
A Dkfd_device.c493 atomic_set(&kfd->compute_profile, 0); in kgd2kfd_probe()
1428 if (atomic_inc_return(&node->kfd->compute_profile) == 1) in kfd_inc_compute_active()
1434 int count = atomic_dec_return(&node->kfd->compute_profile); in kfd_dec_compute_active()
1443 if (atomic_read(&node->kfd->compute_profile)) in kfd_compute_active()
A Dkfd_priv.h358 atomic_t compute_profile; member

Completed in 11 milliseconds