Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c63 int shmem_sg_alloc_table(struct drm_i915_private *i915, struct sg_table *st, in shmem_sg_alloc_table() function
229 ret = shmem_sg_alloc_table(i915, st, obj->base.size, mem, mapping, in shmem_get_pages()
H A Di915_gem_object.h865 int shmem_sg_alloc_table(struct drm_i915_private *i915, struct sg_table *st,
H A Di915_gem_ttm.c222 err = shmem_sg_alloc_table(i915, st, size, mr, filp->f_mapping, in i915_ttm_tt_shmem_populate()