Searched refs:I915_GTT_PAGE_SIZE_2M (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/ |
H A D | gen8_ppgtt.c | 531 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 D | intel_gtt.h | 47 #define I915_GTT_PAGE_SIZE_2M BIT_ULL(21) macro 50 #define I915_GTT_MAX_PAGE_SIZE I915_GTT_PAGE_SIZE_2M
|
H A D | intel_gtt.c | 490 if (HAS_PAGE_SIZES(i915, I915_GTT_PAGE_SIZE_2M)) in gtt_write_workarounds()
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | huge_pages.c | 45 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 D | mock_gem_device.c | 124 I915_GTT_PAGE_SIZE_2M),
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | 119 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 D | i915_pci.c | 604 I915_GTT_PAGE_SIZE_2M 699 I915_GTT_PAGE_SIZE_2M
|
H A D | i915_vma.c | 893 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 D | gtt.c | 1268 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()
|