Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c435 atomic_set(&kfd->compute_profile, 0); in kgd2kfd_probe()
1118 if (atomic_inc_return(&kfd->compute_profile) == 1) in kfd_inc_compute_active()
1124 int count = atomic_dec_return(&kfd->compute_profile); in kfd_dec_compute_active()
Dkfd_priv.h333 atomic_t compute_profile; member