Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dhuge_pages.c746 unsigned int expected_gtt = 0; in igt_ppgtt_huge_fill() local
798 expected_gtt |= page_size; in igt_ppgtt_huge_fill()
803 GEM_BUG_ON(!expected_gtt); in igt_ppgtt_huge_fill()
807 expected_gtt & I915_GTT_PAGE_SIZE_2M)) in igt_ppgtt_huge_fill()
808 expected_gtt &= ~I915_GTT_PAGE_SIZE_64K; in igt_ppgtt_huge_fill()
830 if (vma->resource->page_sizes_gtt != expected_gtt) { in igt_ppgtt_huge_fill()
949 unsigned int expected_gtt = objects[i].gtt; in igt_ppgtt_64K() local
958 expected_gtt = 0; in igt_ppgtt_64K()
960 expected_gtt |= I915_GTT_PAGE_SIZE_64K; in igt_ppgtt_64K()
962 expected_gtt |= I915_GTT_PAGE_SIZE_4K; in igt_ppgtt_64K()
[all …]