/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_scatterlist.c | 24 if (sg_alloc_table(&new_st, orig_st->nents, GFP_KERNEL | __GFP_NOWARN)) in i915_sg_trim() 106 if (sg_alloc_table(st, DIV_ROUND_UP_ULL(node->size, segment_pages), in i915_rsgt_from_mm_node() 193 if (sg_alloc_table(st, PFN_UP(res->size), GFP_KERNEL)) { in i915_rsgt_from_buddy_resource()
|
H A D | i915_vma.c | 1033 ret = sg_alloc_table(st, size, GFP_KERNEL); in intel_rotate_pages() 1243 ret = sg_alloc_table(st, size, GFP_KERNEL); in intel_remap_pages() 1281 ret = sg_alloc_table(st, count, GFP_KERNEL); in intel_partial_pages()
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | scatterlist.h | 59 int sg_alloc_table(struct sg_table *, unsigned int, gfp_t);
|
/openbsd/sys/dev/pci/drm/i915/gem/selftests/ |
H A D | mock_dmabuf.c | 21 err = sg_alloc_table(st, mock->npages, GFP_KERNEL); in mock_map_dma_buf()
|
H A D | huge_gem_object.c | 45 if (sg_alloc_table(pages, npages, GFP)) { in huge_get_pages()
|
H A D | huge_pages.c | 95 if (sg_alloc_table(st, obj->base.size >> PAGE_SHIFT, GFP)) { in get_huge_pages() 227 if (sg_alloc_table(st, obj->base.size >> PAGE_SHIFT, GFP)) { in fake_get_huge_pages() 277 if (sg_alloc_table(st, 1, GFP)) { in fake_get_huge_pages_single()
|
/openbsd/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_internal.c | 63 if (sg_alloc_table(st, npages, GFP_KERNEL)) { in i915_gem_object_get_pages_internal()
|
H A D | i915_gem_dmabuf.c | 48 ret = sg_alloc_table(sgt, obj->mm.pages->orig_nents, GFP_KERNEL); in i915_gem_map_dma_buf()
|
H A D | i915_gem_phys.c | 70 if (sg_alloc_table(st, 1, GFP_KERNEL)) in i915_gem_object_get_pages_phys()
|
H A D | i915_gem_shmem.c | 104 if (sg_alloc_table(st, page_count, GFP_KERNEL | __GFP_NOWARN)) in shmem_sg_alloc_table()
|
H A D | i915_gem_stolen.c | 634 if (sg_alloc_table(st, 1, GFP_KERNEL)) { in i915_pages_create_for_stolen()
|
/openbsd/sys/dev/pci/drm/i915/selftests/ |
H A D | scatterlist.c | 227 if (sg_alloc_table(&pt->st, max, in alloc_table()
|
H A D | i915_gem_gtt.c | 77 if (sg_alloc_table(pages, rem, GFP)) { in fake_get_pages()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_gart.c | 157 ret = sg_alloc_table(sg, 1, GFP_KERNEL); in amdgpu_gart_table_ram_alloc()
|
H A D | amdgpu_vram_mgr.c | 679 r = sg_alloc_table(*sgt, num_entries, GFP_KERNEL); in amdgpu_vram_mgr_alloc_sgt()
|
H A D | amdgpu_amdkfd_gpuvm.c | 501 if (sg_alloc_table(sg, 1, GFP_KERNEL)) { in create_sg_table()
|
/openbsd/sys/dev/pci/drm/i915/gvt/ |
H A D | dmabuf.c | 72 ret = sg_alloc_table(st, page_num, GFP_KERNEL); in vgpu_gem_get_pages()
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_linux.c | 1138 sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table() function 3324 ret = sg_alloc_table(sgt, 1, GFP_KERNEL); in dma_get_sgtable()
|