Searched refs:xe_vm_validate_should_retry (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_vm.h | 260 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end);
|
| 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 | 165 if (xe_vm_validate_should_retry(&exec, err, &end)) in handle_vma_pagefault() 175 if (xe_vm_validate_should_retry(&exec, err, &end)) in handle_vma_pagefault()
|
| H A D | xe_svm.c | 700 if (xe_vm_validate_should_retry(NULL, err, &end)) in xe_svm_alloc_vram() 888 if (xe_vm_validate_should_retry(&exec, 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 | 2555 if (xe_vm_validate_should_retry(NULL, err, &end)) in xe_gem_create_ioctl()
|