Home
last modified time | relevance | path

Searched refs:i915_vma_is_dpt (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_debugfs.c137 if (i915_vma_is_dpt(vma)) in stringify_vma_type()
223 if (i915_vma_is_ggtt(vma) || i915_vma_is_dpt(vma)) { in i915_debugfs_describe_obj()
H A Di915_vma.h82 static inline bool i915_vma_is_dpt(const struct i915_vma *vma) in i915_vma_is_dpt() function