Home
last modified time | relevance | path

Searched refs:xe_vm_validate_should_retry (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_vm.h260 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end);
H A Dxe_exec.c247 if (xe_vm_validate_should_retry(exec, err, &end)) in xe_exec_ioctl()
H A Dxe_gt_pagefault.c165 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 Dxe_svm.c700 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 Dxe_vm.c369 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 Dxe_bo.c2555 if (xe_vm_validate_should_retry(NULL, err, &end)) in xe_gem_create_ioctl()