Symbol: sg_table
sys/dev/agp/intel-gtt.c
1415
intel_gtt_insert_sg_entries(struct sg_table *st,
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
42
struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj);
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
46
struct sg_table *sg);
sys/dev/drm/amd/amdgpu/amdgpu_prime.c
162
struct sg_table *sg)
sys/dev/drm/amd/amdgpu/amdgpu_prime.c
53
struct sg_table *amdgpu_gem_prime_get_sg_table(struct drm_gem_object *obj)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1276
ttm->sg = kzalloc(sizeof(struct sg_table), GFP_KERNEL);
sys/dev/drm/drm_cache.c
121
drm_clflush_sg(struct sg_table *st)
sys/dev/drm/drm_prime.c
234
struct sg_table *sgt = prime_attach->sgt;
sys/dev/drm/drm_prime.c
295
struct sg_table *drm_gem_map_dma_buf(struct dma_buf_attachment *attach,
sys/dev/drm/drm_prime.c
300
struct sg_table *sgt;
sys/dev/drm/drm_prime.c
344
struct sg_table *sgt,
sys/dev/drm/drm_prime.c
714
struct sg_table *sgt;
sys/dev/drm/drm_prime.c
90
struct sg_table *sgt;
sys/dev/drm/drm_prime.c
912
struct sg_table *drm_prime_pages_to_sg(struct page **pages, unsigned int nr_pages)
sys/dev/drm/drm_prime.c
914
struct sg_table *sg = NULL;
sys/dev/drm/drm_prime.c
917
sg = kmalloc(sizeof(struct sg_table), M_DRM, GFP_KERNEL);
sys/dev/drm/drm_prime.c
945
int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages,
sys/dev/drm/drm_prime.c
986
void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *sg)
sys/dev/drm/i915/i915_drv.h
3040
struct sg_table *pages,
sys/dev/drm/i915/i915_drv.h
3284
struct sg_table *pages);
sys/dev/drm/i915/i915_drv.h
3286
struct sg_table *pages);
sys/dev/drm/i915/i915_gem.c
2732
struct sg_table *pages)
sys/dev/drm/i915/i915_gem.c
2770
static struct sg_table *
sys/dev/drm/i915/i915_gem.c
2774
struct sg_table *pages;
sys/dev/drm/i915/i915_gem.c
2805
struct sg_table *pages;
sys/dev/drm/i915/i915_gem.c
2832
static bool i915_sg_trim(struct sg_table *orig_st)
sys/dev/drm/i915/i915_gem.c
2834
struct sg_table new_st;
sys/dev/drm/i915/i915_gem.c
285
struct sg_table *st;
sys/dev/drm/i915/i915_gem.c
2866
struct sg_table *st;
sys/dev/drm/i915/i915_gem.c
3053
struct sg_table *pages,
sys/dev/drm/i915/i915_gem.c
3148
struct sg_table *sgt = obj->mm.pages;
sys/dev/drm/i915/i915_gem.c
373
struct sg_table *pages,
sys/dev/drm/i915/i915_gem.c
391
struct sg_table *pages)
sys/dev/drm/i915/i915_gem.c
6672
struct sg_table *pages;
sys/dev/drm/i915/i915_gem_dmabuf.c
256
struct sg_table *pages;
sys/dev/drm/i915/i915_gem_dmabuf.c
272
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_dmabuf.c
39
static struct sg_table *i915_gem_map_dma_buf(struct dma_buf_attachment *attachment,
sys/dev/drm/i915/i915_gem_dmabuf.c
43
struct sg_table *st;
sys/dev/drm/i915/i915_gem_dmabuf.c
53
st = kmalloc(sizeof(struct sg_table), M_DRM, GFP_KERNEL);
sys/dev/drm/i915/i915_gem_dmabuf.c
89
struct sg_table *sg,
sys/dev/drm/i915/i915_gem_fence_reg.c
753
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_fence_reg.c
784
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_gtt.c
2433
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_gtt.c
2814
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_gtt.c
3744
struct sg_table *st, struct scatterlist *sg)
sys/dev/drm/i915/i915_gem_gtt.c
3768
static noinline struct sg_table *
sys/dev/drm/i915/i915_gem_gtt.c
3778
struct sg_table *st;
sys/dev/drm/i915/i915_gem_gtt.c
3828
static noinline struct sg_table *
sys/dev/drm/i915/i915_gem_gtt.c
3832
struct sg_table *st;
sys/dev/drm/i915/i915_gem_gtt.h
167
struct sg_table;
sys/dev/drm/i915/i915_gem_gtt.h
653
struct sg_table *pages);
sys/dev/drm/i915/i915_gem_gtt.h
655
struct sg_table *pages);
sys/dev/drm/i915/i915_gem_internal.c
153
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_internal.c
35
static void internal_free_pages(struct sg_table *st)
sys/dev/drm/i915/i915_gem_internal.c
51
struct sg_table *st;
sys/dev/drm/i915/i915_gem_object.h
185
struct sg_table *pages;
sys/dev/drm/i915/i915_gem_object.h
74
void (*put_pages)(struct drm_i915_gem_object *, struct sg_table *);
sys/dev/drm/i915/i915_gem_stolen.c
508
static struct sg_table *
sys/dev/drm/i915/i915_gem_stolen.c
513
struct sg_table *st;
sys/dev/drm/i915/i915_gem_stolen.c
544
struct sg_table *pages =
sys/dev/drm/i915/i915_gem_stolen.c
557
struct sg_table *pages)
sys/dev/drm/i915/i915_gem_userptr.c
424
static struct sg_table *
sys/dev/drm/i915/i915_gem_userptr.c
429
struct sg_table *st;
sys/dev/drm/i915/i915_gem_userptr.c
547
struct sg_table *pages = ERR_PTR(ret);
sys/dev/drm/i915/i915_gem_userptr.c
572
static struct sg_table *
sys/dev/drm/i915/i915_gem_userptr.c
620
struct sg_table *pages;
sys/dev/drm/i915/i915_gem_userptr.c
689
struct sg_table *pages)
sys/dev/drm/i915/i915_vma.h
56
struct sg_table *pages;
sys/dev/drm/i915/intel_guc_fw.c
132
struct sg_table *sg = vma->pages;
sys/dev/drm/include/drm/drm_cache.h
39
void drm_clflush_sg(struct sg_table *st);
sys/dev/drm/include/drm/drm_drv.h
497
struct sg_table *(*gem_prime_get_sg_table)(struct drm_gem_object *obj);
sys/dev/drm/include/drm/drm_drv.h
501
struct sg_table *sgt);
sys/dev/drm/include/drm/drm_gem_cma_helper.h
19
struct sg_table *sgt;
sys/dev/drm/include/drm/drm_gem_cma_helper.h
95
struct sg_table *drm_gem_cma_prime_get_sg_table(struct drm_gem_object *obj);
sys/dev/drm/include/drm/drm_gem_cma_helper.h
99
struct sg_table *sgt);
sys/dev/drm/include/drm/drm_prime.h
101
int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages,
sys/dev/drm/include/drm/drm_prime.h
103
struct sg_table *drm_prime_pages_to_sg(struct page **pages, unsigned int nr_pages);
sys/dev/drm/include/drm/drm_prime.h
104
void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *sg);
sys/dev/drm/include/drm/drm_prime.h
89
struct sg_table *drm_gem_map_dma_buf(struct dma_buf_attachment *attach,
sys/dev/drm/include/drm/drm_prime.h
92
struct sg_table *sgt,
sys/dev/drm/include/drm/intel-gtt.h
86
void intel_gtt_insert_sg_entries(struct sg_table *st,
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
233
struct sg_table *sg;
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
560
struct sg_table *sg,
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
605
struct sg_table *sg, struct reservation_object *resv,
sys/dev/drm/include/drm/ttm/ttm_tt.h
111
struct sg_table *sg; /* for SG objects via dma-buf */
sys/dev/drm/include/linux/dma-buf.h
44
struct sg_table * (*map_dma_buf)(struct dma_buf_attachment *,
sys/dev/drm/include/linux/dma-buf.h
47
struct sg_table *,
sys/dev/drm/include/linux/dma-buf.h
91
struct sg_table * dma_buf_map_attachment(struct dma_buf_attachment *,
sys/dev/drm/include/linux/dma-buf.h
94
struct sg_table *, enum dma_data_direction);
sys/dev/drm/include/linux/scatterlist.h
186
void __sg_free_table(struct sg_table *table, unsigned int max_ents);
sys/dev/drm/include/linux/scatterlist.h
194
sg_free_table(struct sg_table *table)
sys/dev/drm/include/linux/scatterlist.h
199
int __sg_alloc_table(struct sg_table *table, unsigned int nents,
sys/dev/drm/include/linux/scatterlist.h
215
sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask)
sys/dev/drm/include/linux/scatterlist.h
389
sg_alloc_table_from_pages(struct sg_table *sgt,
sys/dev/drm/include/linux/scatterlist.h
397
int __sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pages,
sys/dev/drm/linux_dma-buf.c
189
struct sg_table *
sys/dev/drm/linux_dma-buf.c
194
struct sg_table *sg_table;
sys/dev/drm/linux_dma-buf.c
202
sg_table = attach->dmabuf->ops->map_dma_buf(attach, direction);
sys/dev/drm/linux_dma-buf.c
203
if (sg_table == NULL)
sys/dev/drm/linux_dma-buf.c
206
return sg_table;
sys/dev/drm/linux_dma-buf.c
210
struct sg_table *sg_table,
sys/dev/drm/linux_scatterlist.c
118
__sg_free_table(struct sg_table *table, unsigned int max_ents)
sys/dev/drm/linux_scatterlist.c
56
__sg_alloc_table(struct sg_table *table, unsigned int nents,
sys/dev/drm/radeon/radeon_drv.c
146
struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj);
sys/dev/drm/radeon/radeon_drv.c
149
struct sg_table *sg);
sys/dev/drm/radeon/radeon_object.c
179
u32 domain, u32 flags, struct sg_table *sg,
sys/dev/drm/radeon/radeon_object.h
128
struct sg_table *sg,
sys/dev/drm/radeon/radeon_prime.c
32
struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj);
sys/dev/drm/radeon/radeon_prime.c
37
struct sg_table *sg);
sys/dev/drm/radeon/radeon_prime.c
45
struct sg_table *radeon_gem_prime_get_sg_table(struct drm_gem_object *obj)
sys/dev/drm/radeon/radeon_prime.c
75
struct sg_table *sg)
sys/dev/drm/radeon/radeon_ttm.c
743
ttm->sg = kzalloc(sizeof(struct sg_table), GFP_KERNEL);
sys/dev/drm/ttm/ttm_bo.c
1201
struct sg_table *sg,
sys/dev/drm/ttm/ttm_bo.c
1310
struct sg_table *sg,