Searched refs:dpt_ofs (Results 1 – 1 of 1) 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 36 iosys_map_wr(map, *dpt_ofs, u64, pte); in write_dpt_rotated() 37 *dpt_ofs += 8; in write_dpt_rotated() 42 *dpt_ofs += (dst_stride - height) * 8; in write_dpt_rotated() 46 *dpt_ofs = ALIGN(*dpt_ofs, 4096); in write_dpt_rotated() 50 write_dpt_remapped(struct xe_bo *bo, struct iosys_map *map, u32 *dpt_ofs, in write_dpt_remapped() argument 64 iosys_map_wr(map, *dpt_ofs, u64, in write_dpt_remapped() 68 *dpt_ofs += 8; in write_dpt_remapped() 73 *dpt_ofs += (dst_stride - width) * 8; in write_dpt_remapped() 77 *dpt_ofs = ALIGN(*dpt_ofs, 4096); in write_dpt_remapped() [all …]
|