Home
last modified time | relevance | path

Searched refs:xe_pt_update_ops_prepare (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt.h41 int xe_pt_update_ops_prepare(struct xe_tile *tile, struct xe_vma_ops *vops);
H A Dxe_pt.c2077 int xe_pt_update_ops_prepare(struct xe_tile *tile, struct xe_vma_ops *vops) in xe_pt_update_ops_prepare() function
2113 ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO);
H A Dxe_vm.c2890 err = xe_pt_update_ops_prepare(tile, vops); in ops_execute()