Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/display/
H A Dxe_fb_pin.c25 write_dpt_rotated(struct xe_bo *bo, struct iosys_map *map, u32 *dpt_ofs, u32 bo_ofs, in write_dpt_rotated() argument
43 iosys_map_wr(map, *dpt_ofs, u64, pte | addr); in write_dpt_rotated()
44 *dpt_ofs += 8; in write_dpt_rotated()
49 *dpt_ofs += (dst_stride - height) * 8; in write_dpt_rotated()
53 *dpt_ofs = ALIGN(*dpt_ofs, 4096); in write_dpt_rotated()
191 u32 i, dpt_ofs = 0; in __xe_pin_fb_vma_dpt() local
194 write_dpt_rotated(bo, &dpt->vmap, &dpt_ofs, in __xe_pin_fb_vma_dpt()