Searched refs:xe_bo_read (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/xe/display/ |
| A D | intel_bo.c | 49 return xe_bo_read(bo, offset, dst, size); in intel_bo_read_from_page()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_bo.h | 274 int xe_bo_read(struct xe_bo *bo, u64 offset, void *dst, int size);
|
| A D | xe_bo.c | 1761 int xe_bo_read(struct xe_bo *bo, u64 offset, void *dst, int size) in xe_bo_read() function
|
| A D | xe_vm.c | 4087 err = xe_bo_read(bo, snap->snap[i].bo_ofs, in xe_vm_snapshot_capture_delayed()
|
Completed in 33 milliseconds