Searched refs:xe_vm_validate_should_retry (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_vm.h | 243 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end);
|
D | xe_gt_pagefault.c | 159 if (xe_vm_validate_should_retry(&exec, err, &end)) in handle_vma_pagefault() 169 if (xe_vm_validate_should_retry(&exec, err, &end)) in handle_vma_pagefault()
|
D | xe_exec.c | 247 if (xe_vm_validate_should_retry(exec, err, &end)) in xe_exec_ioctl()
|
D | xe_vm.c | 365 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end) in xe_vm_validate_should_retry() function 516 if (err && xe_vm_validate_should_retry(&exec, err, &end)) in preempt_rebind_work_func()
|