Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_exec.c247 if (xe_vm_validate_should_retry(exec, err, &end)) in xe_exec_ioctl()
H A Dxe_gt_pagefault.c143 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 Dxe_vm.h265 bool xe_vm_validate_should_retry(struct drm_exec *exec, int err, ktime_t *end);
H A Dxe_svm.c718 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 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.c2739 if (xe_vm_validate_should_retry(NULL, err, &end)) in xe_gem_create_ioctl()