| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_vma.c | 265 VALID(0, PIN_GLOBAL), in igt_vma_pin1() 266 VALID(0, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1() 268 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 4096), in igt_vma_pin1() 269 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | 8192), in igt_vma_pin1() 270 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 271 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 272 VALID(0, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)), in igt_vma_pin1() 274 VALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 275 INVALID(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_FIXED | ggtt->mappable_end), in igt_vma_pin1() 276 VALID(0, PIN_GLOBAL | PIN_OFFSET_FIXED | (ggtt->vm.total - 4096)), in igt_vma_pin1() [all …]
|
| H A D | i915_gem_gtt.c | 429 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/ |
| H A D | i915_gem_gtt.h | 52 #define PIN_GLOBAL BIT_ULL(10) /* I915_VMA_GLOBAL_BIND */ macro
|
| H A D | i915_hdcp_gsc.c | 71 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_hdcp_gsc_initialize_message()
|
| H A D | i915_vma.c | 1447 BUILD_BUG_ON(PIN_GLOBAL != I915_VMA_GLOBAL_BIND); in i915_vma_pin_ww() 1450 GEM_BUG_ON(!(flags & (PIN_USER | PIN_GLOBAL))); in i915_vma_pin_ww() 1527 !(flags & PIN_GLOBAL)); in i915_vma_pin_ww() 1664 err = i915_vma_pin_ww(vma, ww, 0, align, flags | PIN_GLOBAL); in __i915_ggtt_pin()
|
| H A D | i915_gem.c | 985 ret = i915_vma_pin_ww(vma, ww, size, alignment, flags | PIN_GLOBAL); in i915_gem_object_ggtt_pin_ww()
|
| H A D | i915_perf.c | 1885 ret = i915_vma_pin(vma, 0, SZ_16M, PIN_GLOBAL | PIN_HIGH); in alloc_oa_buffer() 1992 ret = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in alloc_noa_wait() 2326 err = i915_vma_pin_ww(vma, &ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in emit_oa_config()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_renderstate.c | 183 err = i915_vma_pin_ww(so->vma, &so->ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in intel_renderstate_init()
|
| H A D | mock_engine.c | 190 return i915_vma_pin_ww(ce->ring->vma, ww, 0, 0, PIN_GLOBAL | PIN_HIGH); in mock_context_pre_pin()
|
| H A D | intel_gtt.c | 726 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER); in __vm_create_scratch_for_read_pinned()
|
| H A D | selftest_hangcheck.c | 1408 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 D | selftest_workarounds.c | 131 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_nonprivs()
|
| H A D | selftest_execlists.c | 1016 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()
|
| H A D | intel_workarounds.c | 3057 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER); in engine_wa_list_verify()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_fb_pin.c | 91 ret = i915_vma_pin_ww(vma, &ww, 0, alignment, PIN_GLOBAL); in intel_fb_pin_to_dpt()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_execbuffer.c | 417 pin_flags |= PIN_GLOBAL; in eb_pin_flags() 453 pin_flags |= PIN_GLOBAL; in eb_pin_vma() 1465 PIN_GLOBAL, NULL, NULL); in eb_relocate_entry() 2327 PIN_GLOBAL); in eb_parse()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 1663 err = i915_vma_pin(vma, 0, 0, PIN_GLOBAL); in read_from_scratch()
|