Home
last modified time | relevance | path

Searched refs:kfd_dqm_evict_pasid (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_int_process_v9.c114 ret = kfd_dqm_evict_pasid(dev->dqm, pasid); in event_interrupt_poison_consumption_v9()
364 kfd_dqm_evict_pasid(dev->dqm, pasid); in event_interrupt_wq_v9()
Dcik_event_interrupt.c113 kfd_dqm_evict_pasid(dev->dqm, pasid); in cik_event_interrupt_wq()
Dkfd_priv.h1193 int kfd_dqm_evict_pasid(struct device_queue_manager *dqm, u32 pasid);
Dkfd_device_queue_manager.c2404 int kfd_dqm_evict_pasid(struct device_queue_manager *dqm, u32 pasid) in kfd_dqm_evict_pasid() function