Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/selftests/
Di915_vma.c263 VALID(0, PIN_GLOBAL), in igt_vma_pin1()
264 VALID(0, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1()
266 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 4096), in igt_vma_pin1()
267 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 8192), in igt_vma_pin1()
268 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1()
269 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1()
270 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)), in igt_vma_pin1()
272 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)), in igt_vma_pin1()
273 INVALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | ggtt->mappable_end), in igt_vma_pin1()
274 VALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | (ggtt->vm.total - 4096)), in igt_vma_pin1()
[all …]
Di915_gem_gtt.c383 flags |= PIN_GLOBAL; in fill_hole()
590 flags |= PIN_GLOBAL; in walk_hole()
668 flags |= PIN_GLOBAL; in pot_hole()
738 flags |= PIN_GLOBAL; in drunk_hole()
Di915_request.c641 err = i915_vma_pin(vma, 0, 0, PIN_USER | PIN_GLOBAL); in empty_batch()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_gem_gtt.h45 #define PIN_GLOBAL BIT_ULL(10) /* I915_VMA_GLOBAL_BIND */ macro
Di915_vma.c870 BUILD_BUG_ON(PIN_GLOBAL != I915_VMA_GLOBAL_BIND); in i915_vma_pin_ww()
873 GEM_BUG_ON(!(flags & (PIN_USER | PIN_GLOBAL))); in i915_vma_pin_ww()
883 if (flags & PIN_GLOBAL) in i915_vma_pin_ww()
928 !(flags & PIN_GLOBAL)); in i915_vma_pin_ww()
1024 err = i915_vma_pin_ww(vma, ww, 0, align, flags | PIN_GLOBAL); in i915_ggtt_pin()
Di915_gem.c1014 ret = i915_vma_pin_ww(vma, ww, size, alignment, flags | PIN_GLOBAL); in i915_gem_object_ggtt_pin_ww()
Di915_perf.c1959 err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_renderstate.c199 err = i915_vma_pin(so->vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_renderstate_init()
Dselftest_mocs.c77 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in create_scratch()
Dselftest_hangcheck.c1140 err = i915_vma_pin(arg->vma, 0, 0, PIN_GLOBAL | PIN_MAPPABLE); in evict_fence()
1210 pin_flags = i915_vma_is_ggtt(arg.vma) ? PIN_GLOBAL : PIN_USER; in __igt_reset_evict_vma()
Dselftest_workarounds.c129 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_nonprivs()
Dselftest_lrc.c46 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in create_scratch()
1016 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_timeslice_preempt()
1324 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_timeslice_queue()
1577 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_busywait_preempt()
Dintel_workarounds.c2025 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER); in create_scratch()
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c401 pin_flags |= PIN_GLOBAL; in eb_pin_flags()
436 pin_flags |= PIN_GLOBAL; in eb_pin_vma()
1620 PIN_GLOBAL, NULL); in eb_relocate_entry()
2484 PIN_GLOBAL); in eb_parse()
/Linux-v5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c1657 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_from_scratch()