Searched refs:bo_ofs (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | xe_fb_pin.c | 20 write_dpt_rotated(struct xe_bo *bo, struct iosys_map *map, u32 *dpt_ofs, u32 bo_ofs, in write_dpt_rotated() argument 32 u32 src_idx = src_stride * (height - 1) + column + bo_ofs; in write_dpt_rotated() 53 u32 bo_ofs, u32 width, u32 height, u32 src_stride, in write_dpt_remapped() argument 63 u32 src_idx = src_stride * row + bo_ofs; in write_dpt_remapped() 171 write_ggtt_rotated(struct xe_bo *bo, struct xe_ggtt *ggtt, u32 *ggtt_ofs, u32 bo_ofs, in write_ggtt_rotated() argument 178 u32 src_idx = src_stride * (height - 1) + column + bo_ofs; in write_ggtt_rotated()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_vm.c | 3709 u64 ofs, bo_ofs; member 3753 snap->snap[i].bo_ofs = xe_vma_bo_offset(vma); in xe_vm_snapshot_capture() 3763 snap->snap[i].bo_ofs = xe_vma_userptr(vma); in xe_vm_snapshot_capture() 3794 err = xe_bo_read(bo, snap->snap[i].bo_ofs, in xe_vm_snapshot_capture_delayed() 3797 void __user *userptr = (void __user *)(size_t)snap->snap[i].bo_ofs; in xe_vm_snapshot_capture_delayed()
|