Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_vma.h63 static inline bool i915_vma_is_ggtt(const struct i915_vma *vma) in i915_vma_is_ggtt() function
75 GEM_BUG_ON(!i915_vma_is_ggtt(vma)); in i915_vma_set_ggtt_write()
115 GEM_BUG_ON(!i915_vma_is_ggtt(vma)); in i915_ggtt_offset()
379 for_each_until(!i915_vma_is_ggtt(V))
Di915_vma.c209 if (i915_vma_is_ggtt(vma)) in vma_create()
459 GEM_BUG_ON(!i915_vma_is_ggtt(vma)); in i915_vma_pin_iomap()
565 GEM_BUG_ON(!i915_vma_is_ggtt(vma)); in __i915_vma_set_map_and_fenceable()
709 GEM_BUG_ON(i915_vma_is_ggtt(vma)); in i915_vma_insert()
1024 GEM_BUG_ON(!i915_vma_is_ggtt(vma)); in i915_ggtt_pin()
1069 if (i915_vma_is_ggtt(vma)) in i915_vma_close()
Di915_debugfs.c159 i915_vma_is_ggtt(vma) ? "g" : "pp", in i915_debugfs_describe_obj()
162 if (i915_vma_is_ggtt(vma)) { in i915_debugfs_describe_obj()
/drivers/gpu/drm/i915/selftests/
Di915_vma.c81 if (i915_is_ggtt(vm) != i915_vma_is_ggtt(vma)) { in checked_vma_instance()
83 i915_vma_is_ggtt(vma), i915_is_ggtt(vm)); in checked_vma_instance()
93 i915_vma_is_ggtt(vma) ? &vma->ggtt_view : NULL)) { in checked_vma_instance()
/drivers/gpu/drm/i915/gt/
Dintel_ggtt_fencing.c429 GEM_BUG_ON(!i915_vma_is_ggtt(vma)); in i915_vma_pin_fence()
Dselftest_hangcheck.c1210 pin_flags = i915_vma_is_ggtt(arg.vma) ? PIN_GLOBAL : PIN_USER; in __igt_reset_evict_vma()
Dintel_workarounds.c2025 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER); in create_scratch()