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.c889 qpd->reset_wavefronts = true; in destroy_queue_nocpsch_locked()
893 if (qpd->reset_wavefronts) { in destroy_queue_nocpsch_locked()
901 qpd->reset_wavefronts = false; in destroy_queue_nocpsch_locked()
2570 qpd->reset_wavefronts = true; in destroy_queue_cpsch()
2832 if ((retval || qpd->reset_wavefronts) && in process_termination_cpsch()
2836 qpd->reset_wavefronts = false; in process_termination_cpsch()
H A Dkfd_priv.h679 bool reset_wavefronts; member