Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/
H A Di915_debugfs.c136 if (i915_vma_is_dpt(vma)) in stringify_vma_type()
210 if (i915_vma_is_ggtt(vma) || i915_vma_is_dpt(vma)) { in i915_debugfs_describe_obj()
H A Di915_vma.h78 static inline bool i915_vma_is_dpt(const struct i915_vma *vma) in i915_vma_is_dpt() function