Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_vma_types.h136 I915_GTT_VIEW_PARTIAL = sizeof(struct intel_partial_info), enumerator
157 case I915_GTT_VIEW_PARTIAL: in assert_i915_gem_gtt_types()
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()
A Di915_debugfs.c195 case I915_GTT_VIEW_PARTIAL: in i915_debugfs_describe_obj()
A Di915_vma.c149 if (view->type == I915_GTT_VIEW_PARTIAL) { in vma_create()
1296 case I915_GTT_VIEW_PARTIAL: in __i915_vma_get_pages()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_mman.c207 view.type = I915_GTT_VIEW_PARTIAL; in compute_partial_view()
360 view.type = I915_GTT_VIEW_PARTIAL; in vm_fault_gtt()
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
A Di915_vma.c823 view.type = I915_GTT_VIEW_PARTIAL; in igt_vma_partial()

Completed in 14 milliseconds