Searched refs:bo_ofs (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_fb_pin.c | 18 write_dpt_rotated(struct xe_bo *bo, struct iosys_map *map, u32 *dpt_ofs, u32 bo_ofs, in write_dpt_rotated() argument 30 u32 src_idx = src_stride * (height - 1) + column + bo_ofs; in write_dpt_rotated() 51 u32 bo_ofs, u32 width, u32 height, u32 src_stride, in write_dpt_remapped() argument 61 u32 src_idx = src_stride * row + bo_ofs; in write_dpt_remapped() 169 write_ggtt_rotated(struct xe_bo *bo, struct xe_ggtt *ggtt, u32 *ggtt_ofs, u32 bo_ofs, in write_ggtt_rotated() argument 176 u32 src_idx = src_stride * (height - 1) + column + bo_ofs; in write_ggtt_rotated()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm.c | 3307 u64 ofs, bo_ofs; member 3351 snap->snap[i].bo_ofs = xe_vma_bo_offset(vma); in xe_vm_snapshot_capture() 3361 snap->snap[i].bo_ofs = xe_vma_userptr(vma); in xe_vm_snapshot_capture() 3392 err = xe_bo_read(bo, snap->snap[i].bo_ofs, in xe_vm_snapshot_capture_delayed() 3395 void __user *userptr = (void __user *)(size_t)snap->snap[i].bo_ofs; in xe_vm_snapshot_capture_delayed()
|