Home
last modified time | relevance | path

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

/openbmc/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.c229 case I915_GTT_VIEW_PARTIAL: in i915_debugfs_describe_obj()
H A Di915_vma.c173 if (view->type == I915_GTT_VIEW_PARTIAL) { in vma_create()
1321 case I915_GTT_VIEW_PARTIAL: in __i915_vma_get_pages()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c207 view.type = I915_GTT_VIEW_PARTIAL; in compute_partial_view()
400 view.type = I915_GTT_VIEW_PARTIAL; in vm_fault_gtt()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c823 view.type = I915_GTT_VIEW_PARTIAL; in igt_vma_partial()