Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c1437 unsigned int pin_flags; in __igt_reset_evict_vma() local
1485 pin_flags = i915_vma_is_ggtt(arg.vma) ? PIN_GLOBAL : PIN_USER; in __igt_reset_evict_vma()
1488 pin_flags |= PIN_MAPPABLE; in __igt_reset_evict_vma()
1490 err = i915_vma_pin(arg.vma, 0, 0, pin_flags); in __igt_reset_evict_vma()