Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c487 qpd->reset_wavefronts = true; in destroy_queue_nocpsch_locked()
491 if (qpd->reset_wavefronts) { in destroy_queue_nocpsch_locked()
499 qpd->reset_wavefronts = false; in destroy_queue_nocpsch_locked()
1520 qpd->reset_wavefronts = true; in destroy_queue_cpsch()
1771 if ((!dqm->is_hws_hang) && (retval || qpd->reset_wavefronts)) { in process_termination_cpsch()
1774 qpd->reset_wavefronts = false; in process_termination_cpsch()
Dkfd_priv.h579 bool reset_wavefronts; member