Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c892 qpd->reset_wavefronts = true; in destroy_queue_nocpsch_locked()
896 if (qpd->reset_wavefronts) { in destroy_queue_nocpsch_locked()
904 qpd->reset_wavefronts = false; in destroy_queue_nocpsch_locked()
2579 qpd->reset_wavefronts = true; in destroy_queue_cpsch()
2844 if ((retval || qpd->reset_wavefronts) && in process_termination_cpsch()
2848 qpd->reset_wavefronts = false; in process_termination_cpsch()
H A Dkfd_priv.h680 bool reset_wavefronts; member