Searched refs:i915_vma_is_ggtt (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_vma.h74 static inline bool i915_vma_is_ggtt(const struct i915_vma *vma) function
86 GEM_BUG_ON(!i915_vma_is_ggtt(vma));
126 GEM_BUG_ON(!i915_vma_is_ggtt(vma));
391 for_each_until(!i915_vma_is_ggtt(V))
H A Di915_vma.c273 if (i915_vma_is_ggtt(vma))
501 GEM_BUG_ON(!i915_vma_is_ggtt(vma));
617 GEM_BUG_ON(!i915_vma_is_ggtt(vma));
774 GEM_BUG_ON(i915_vma_is_ggtt(vma));
1055 GEM_BUG_ON(!i915_vma_is_ggtt(vma));
H A Di915_gem_fence_reg.c430 GEM_BUG_ON(!i915_vma_is_ggtt(vma));
H A Di915_debugfs.c168 i915_vma_is_ggtt(vma) ? "g" : "pp",
171 if (i915_vma_is_ggtt(vma)) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_object.c163 !i915_vma_is_ggtt(vma))
H A Di915_gem_context.c146 !i915_vma_is_ggtt(vma))
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_vma.c86 if (i915_is_ggtt(vm) != i915_vma_is_ggtt(vma)) {
88 i915_vma_is_ggtt(vma), i915_is_ggtt(vm));
98 i915_vma_is_ggtt(vma) ? &vma->ggtt_view : NULL)) {
H A Di915_gem_gtt.c340 if (!IS_ERR(vma) && !i915_vma_is_ggtt(vma))
629 if (!i915_vma_is_ggtt(vma))
710 if (!i915_vma_is_ggtt(vma))
812 if (!i915_vma_is_ggtt(vma))
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_workarounds.c1533 i915_vma_is_ggtt(vma) ? PIN_GLOBAL : PIN_USER);
H A Dselftest_hangcheck.c1205 pin_flags = i915_vma_is_ggtt(arg.vma) ? PIN_GLOBAL : PIN_USER;

Completed in 164 milliseconds