Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_gem_gtt.h52 #define PIN_GLOBAL BIT_ULL(10) /* I915_VMA_GLOBAL_BIND */ macro
H A Di915_hdcp_gsc.c71 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_hdcp_gsc_initialize_message()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_gtt.c429 flags |= PIN_GLOBAL; in fill_hole()
650 flags |= PIN_GLOBAL; in walk_hole()
731 flags |= PIN_GLOBAL; in pot_hole()
804 flags |= PIN_GLOBAL; in drunk_hole()
1162 flags |= PIN_GLOBAL; in misaligned_pin()
/linux/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c190 return i915_vma_pin_ww(ce->ring->vma, ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in mock_context_pre_pin()
H A Dselftest_hangcheck.c1408 err = i915_vma_pin(arg->vma, 0, 0, PIN_GLOBAL | PIN_MAPPABLE); in evict_fence()
1485 pin_flags = i915_vma_is_ggtt(arg.vma) ? PIN_GLOBAL : PIN_USER; in __igt_reset_evict_vma()
H A Dselftest_execlists.c1016 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_timeslice_preempt()
1323 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_timeslice_queue()
1576 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_busywait_preempt()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1663 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_from_scratch()