Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c531 if (vma_res->bi.page_sizes.sg & I915_GTT_PAGE_SIZE_2M && in xehp_ppgtt_insert_huge()
532 IS_ALIGNED(iter->dma, I915_GTT_PAGE_SIZE_2M) && in xehp_ppgtt_insert_huge()
533 rem >= I915_GTT_PAGE_SIZE_2M && in xehp_ppgtt_insert_huge()
537 page_size = I915_GTT_PAGE_SIZE_2M; in xehp_ppgtt_insert_huge()
634 if (vma_res->bi.page_sizes.sg & I915_GTT_PAGE_SIZE_2M && in gen8_ppgtt_insert_huge()
635 IS_ALIGNED(iter->dma, I915_GTT_PAGE_SIZE_2M) && in gen8_ppgtt_insert_huge()
636 rem >= I915_GTT_PAGE_SIZE_2M && in gen8_ppgtt_insert_huge()
640 page_size = I915_GTT_PAGE_SIZE_2M; in gen8_ppgtt_insert_huge()
703 I915_GTT_PAGE_SIZE_2M)))) { in gen8_ppgtt_insert_huge()
H A Dintel_gtt.h47 #define I915_GTT_PAGE_SIZE_2M BIT_ULL(21) macro
50 #define I915_GTT_MAX_PAGE_SIZE I915_GTT_PAGE_SIZE_2M
H A Dintel_gtt.c490 if (HAS_PAGE_SIZES(i915, I915_GTT_PAGE_SIZE_2M)) in gtt_write_workarounds()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c45 I915_GTT_PAGE_SIZE_2M,
600 round_up(page_size, I915_GTT_PAGE_SIZE_2M) << 1; in igt_mock_ppgtt_misaligned_dma()
807 expected_gtt & I915_GTT_PAGE_SIZE_2M)) in igt_ppgtt_huge_fill()
814 I915_GTT_PAGE_SIZE_2M)) { in igt_ppgtt_huge_fill()
822 I915_GTT_PAGE_SIZE_2M)) { in igt_ppgtt_huge_fill()
980 obj->mm.page_sizes.sg &= ~I915_GTT_PAGE_SIZE_2M; in igt_ppgtt_64K()
1002 I915_GTT_PAGE_SIZE_2M)) { in igt_ppgtt_64K()
1010 I915_GTT_PAGE_SIZE_2M)) { in igt_ppgtt_64K()
1226 size = round_up(size, I915_GTT_PAGE_SIZE_2M); in igt_write_huge()
1287 I915_GTT_PAGE_SIZE_2M); in igt_write_huge()
[all …]
/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c124 I915_GTT_PAGE_SIZE_2M),
/linux/drivers/gpu/drm/i915/
H A Di915_debugfs.c119 case I915_GTT_PAGE_SIZE_2M: in stringify_page_sizes()
125 if (page_sizes & I915_GTT_PAGE_SIZE_2M) in stringify_page_sizes()
H A Di915_pci.c604 I915_GTT_PAGE_SIZE_2M
699 I915_GTT_PAGE_SIZE_2M
H A Di915_vma.c893 I915_GTT_PAGE_SIZE_2M); in i915_vma_insert()
905 size = round_up(size, I915_GTT_PAGE_SIZE_2M); in i915_vma_insert()
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c1268 if (!HAS_PAGE_SIZES(vgpu->gvt->gt->i915, I915_GTT_PAGE_SIZE_2M) || in ppgtt_populate_shadow_entry()
1270 I915_GTT_PAGE_SIZE_2M, &dma_addr)) in ppgtt_populate_shadow_entry()