Searched refs:sgt_dma (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_migrate.c | 322 static inline struct sgt_dma sg_sgt(struct scatterlist *sg) in sg_sgt() 326 return (struct sgt_dma){ sg, addr, addr + sg_dma_len(sg) }; in sg_sgt() 358 struct sgt_dma *it, in emit_pte() 652 static void get_ccs_sg_sgt(struct sgt_dma *it, u64 bytes_to_cpy) in get_ccs_sg_sgt() 683 struct sgt_dma it_src = sg_sgt(src), it_dst = sg_sgt(dst), it_ccs; in intel_context_migrate_copy() 988 struct sgt_dma it = sg_sgt(sg); in intel_context_migrate_clear()
|
A D | intel_gtt.h | 665 static inline struct sgt_dma { struct 668 } sgt_dma(struct i915_vma_resource *vma_res) { in sgt_dma() argument 672 return (struct sgt_dma){ sg, addr, addr + sg_dma_len(sg) }; in sgt_dma()
|
A D | gen8_ppgtt.c | 424 struct sgt_dma *iter, in gen8_ppgtt_insert_pte() 472 struct sgt_dma *iter, in xehpsdv_ppgtt_insert_huge() 579 struct sgt_dma *iter, in gen8_ppgtt_insert_huge() 707 struct sgt_dma iter = sgt_dma(vma_res); in gen8_ppgtt_insert()
|
A D | gen6_ppgtt.c | 121 struct sgt_dma iter = sgt_dma(vma_res); in gen6_ppgtt_insert_entries()
|
A D | selftest_migrate.c | 146 struct sgt_dma it = sg_sgt(sg); in intel_context_copy_ccs() 555 struct sgt_dma it; in live_emit_pte_full_ring()
|
Completed in 14 milliseconds