Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dgen8_ppgtt.c498 if (vma_res->bi.page_sizes.sg & I915_GTT_PAGE_SIZE_2M && in xehpsdv_ppgtt_insert_huge()
499 IS_ALIGNED(iter->dma, I915_GTT_PAGE_SIZE_2M) && in xehpsdv_ppgtt_insert_huge()
500 rem >= I915_GTT_PAGE_SIZE_2M && in xehpsdv_ppgtt_insert_huge()
504 page_size = I915_GTT_PAGE_SIZE_2M; in xehpsdv_ppgtt_insert_huge()
600 if (vma_res->bi.page_sizes.sg & I915_GTT_PAGE_SIZE_2M && in gen8_ppgtt_insert_huge()
601 IS_ALIGNED(iter->dma, I915_GTT_PAGE_SIZE_2M) && in gen8_ppgtt_insert_huge()
602 rem >= I915_GTT_PAGE_SIZE_2M && in gen8_ppgtt_insert_huge()
606 page_size = I915_GTT_PAGE_SIZE_2M; in gen8_ppgtt_insert_huge()
669 I915_GTT_PAGE_SIZE_2M)))) { in gen8_ppgtt_insert_huge()
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
A Dintel_gtt.c458 if (HAS_PAGE_SIZES(i915, I915_GTT_PAGE_SIZE_2M)) in gtt_write_workarounds()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
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()
794 I915_GTT_PAGE_SIZE_2M)) { in igt_mock_ppgtt_huge_fill()
802 I915_GTT_PAGE_SIZE_2M)) { in igt_mock_ppgtt_huge_fill()
929 obj->mm.page_sizes.sg &= ~I915_GTT_PAGE_SIZE_2M; in igt_mock_ppgtt_64K()
950 I915_GTT_PAGE_SIZE_2M)) { in igt_mock_ppgtt_64K()
958 I915_GTT_PAGE_SIZE_2M)) { in igt_mock_ppgtt_64K()
1170 size = round_up(size, I915_GTT_PAGE_SIZE_2M); in igt_write_huge()
1229 I915_GTT_PAGE_SIZE_2M); in igt_write_huge()
1827 if (obj->mm.page_sizes.phys < I915_GTT_PAGE_SIZE_2M) { in igt_shrink_thp()
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
A Dmock_gem_device.c180 I915_GTT_PAGE_SIZE_2M; in mock_gem_device()
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_debugfs.c113 case I915_GTT_PAGE_SIZE_2M: in stringify_page_sizes()
119 if (page_sizes & I915_GTT_PAGE_SIZE_2M) in stringify_page_sizes()
A Di915_pci.c813 I915_GTT_PAGE_SIZE_2M
1012 I915_GTT_PAGE_SIZE_2M
A Di915_vma.c859 I915_GTT_PAGE_SIZE_2M); in i915_vma_insert()
871 size = round_up(size, I915_GTT_PAGE_SIZE_2M); in i915_vma_insert()
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dgtt.c1178 if (!HAS_PAGE_SIZES(vgpu->gvt->gt->i915, I915_GTT_PAGE_SIZE_2M)) in is_2MB_gtt_possible()
1310 page_size = I915_GTT_PAGE_SIZE_2M; in ppgtt_populate_shadow_entry()

Completed in 24 milliseconds