Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c264 VALID(0, PIN_GLOBAL), in igt_vma_pin1()
265 VALID(0, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1()
267 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 4096), in igt_vma_pin1()
268 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 8192), in igt_vma_pin1()
279 VALID(4096, PIN_GLOBAL), in igt_vma_pin1()
280 VALID(8192, PIN_GLOBAL), in igt_vma_pin1()
284 VALID(ggtt->vm.total - 4096, PIN_GLOBAL), in igt_vma_pin1()
285 VALID(ggtt->vm.total, PIN_GLOBAL), in igt_vma_pin1()
286 NOSPACE(ggtt->vm.total + 4096, PIN_GLOBAL), in igt_vma_pin1()
836 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in igt_vma_partial()
[all …]
H A Di915_gem_gtt.c428 flags |= PIN_GLOBAL; in fill_hole()
648 flags |= PIN_GLOBAL; in walk_hole()
729 flags |= PIN_GLOBAL; in pot_hole()
802 flags |= PIN_GLOBAL; in drunk_hole()
1155 flags |= PIN_GLOBAL; in misaligned_pin()
/openbmc/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_vma.c1436 BUILD_BUG_ON(PIN_GLOBAL != I915_VMA_GLOBAL_BIND); in i915_vma_pin_ww()
1439 GEM_BUG_ON(!(flags & (PIN_USER | PIN_GLOBAL))); in i915_vma_pin_ww()
1516 !(flags & PIN_GLOBAL)); in i915_vma_pin_ww()
1621 err = i915_vma_pin_ww(vma, ww, 0, align, flags | PIN_GLOBAL); in __i915_ggtt_pin()
H A Di915_gem.c988 ret = i915_vma_pin_ww(vma, ww, size, alignment, flags | PIN_GLOBAL); in i915_gem_object_ggtt_pin_ww()
H A Di915_perf.c1914 ret = i915_vma_pin(vma, 0, SZ_16M, PIN_GLOBAL | PIN_HIGH); in alloc_oa_buffer()
2021 ret = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in alloc_noa_wait()
2355 err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c181 err = i915_vma_pin_ww(so->vma, &so->ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_renderstate_init()
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 Dintel_gtt.c695 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER); in __vm_create_scratch_for_read_pinned()
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_workarounds.c131 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_nonprivs()
H A Dselftest_execlists.c1013 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_timeslice_preempt()
1320 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_timeslice_queue()
1573 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in live_busywait_preempt()
H A Dintel_workarounds.c3157 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER); in engine_wa_list_verify()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fb_pin.c85 ret = i915_vma_pin_ww(vma, &ww, 0, alignment, PIN_GLOBAL); in intel_pin_fb_obj_dpt()
H A Dintel_plane_initial.c145 pinctl = PIN_GLOBAL | PIN_OFFSET_FIXED | base; in initial_plane_vma()
H A Dintel_hdcp_gsc.c651 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in intel_hdcp_gsc_initialize_message()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c416 pin_flags |= PIN_GLOBAL; in eb_pin_flags()
452 pin_flags |= PIN_GLOBAL; in eb_pin_vma()
1476 PIN_GLOBAL, NULL, NULL); in eb_relocate_entry()
2346 PIN_GLOBAL); in eb_parse()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c1662 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_from_scratch()