Home
last modified time | relevance | path

Searched refs:I915_GTT_VIEW_PARTIAL (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h134 I915_GTT_VIEW_PARTIAL = sizeof(struct intel_partial_info), enumerator
155 case I915_GTT_VIEW_PARTIAL: in assert_i915_gem_gtt_types()
H A Di915_vma.h241 BUILD_BUG_ON(I915_GTT_VIEW_NORMAL >= I915_GTT_VIEW_PARTIAL); in i915_vma_compare()
242 BUILD_BUG_ON(I915_GTT_VIEW_PARTIAL >= I915_GTT_VIEW_ROTATED); in i915_vma_compare()
H A Di915_debugfs.c216 case I915_GTT_VIEW_PARTIAL: in i915_debugfs_describe_obj()
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c823 view.type = I915_GTT_VIEW_PARTIAL; in igt_vma_partial()