Searched refs:xe_vm_validate_should_retry (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_exec.c | 247 if (xe_vm_validate_should_retry(exec, err, &end)) in xe_exec_ioctl()
|
H A D | xe_gt_pagefault.c | 143 if (xe_vm_validate_should_retry(&exec, err, &end)) in handle_vma_pagefault() 153 if (xe_vm_validate_should_retry(&exec, err, &end)) in handle_vma_pagefault()
|
H A D | xe_vm.h | 265 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end);
|
H A D | xe_svm.c | 718 if (xe_vm_validate_should_retry(NULL, err, &time_end)) in xe_drm_pagemap_populate_mm() 907 if (xe_vm_validate_should_retry(NULL, err, &end)) in xe_svm_handle_pagefault()
|
H A D | xe_vm.c | 369 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end) in xe_vm_validate_should_retry() function 520 if (err && xe_vm_validate_should_retry(&exec, err, &end)) in preempt_rebind_work_func()
|
H A D | xe_bo.c | 2739 if (xe_vm_validate_should_retry(NULL, err, &end)) in xe_gem_create_ioctl()
|