Home
last modified time | relevance | path

Searched refs:I915_GTT_VIEW_NORMAL (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma_types.h132 I915_GTT_VIEW_NORMAL = 0, enumerator
154 case I915_GTT_VIEW_NORMAL: in assert_i915_gem_gtt_types()
H A Di915_vma.h220 BUILD_BUG_ON(I915_GTT_VIEW_NORMAL != 0); in i915_vma_compare()
241 BUILD_BUG_ON(I915_GTT_VIEW_NORMAL >= I915_GTT_VIEW_PARTIAL); in i915_vma_compare()
H A Di915_debugfs.c225 case I915_GTT_VIEW_NORMAL: in i915_debugfs_describe_obj()
H A Di915_vma.c171 if (view && view->type != I915_GTT_VIEW_NORMAL) { in vma_create()
1307 case I915_GTT_VIEW_NORMAL: in __i915_vma_get_pages()
H A Di915_gem.c919 (!view || view->type == I915_GTT_VIEW_NORMAL)) { in i915_gem_object_ggtt_pin_ww()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c54 if (vma->gtt_view.type != I915_GTT_VIEW_NORMAL) { in assert_vma()
762 if (view && view->type != I915_GTT_VIEW_NORMAL) { in assert_pin()
775 if (vma->gtt_view.type != I915_GTT_VIEW_NORMAL) { in assert_pin()
828 view.type = I915_GTT_VIEW_NORMAL; in igt_vma_partial()
1055 GEM_BUG_ON(vma->gtt_view.type != I915_GTT_VIEW_NORMAL); in igt_vma_remapped_gtt()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c215 view.type = I915_GTT_VIEW_NORMAL; in compute_partial_view()
350 if (view.type == I915_GTT_VIEW_NORMAL) in vm_fault_gtt()
H A Di915_gem_domain.c476 (!view || view->type == I915_GTT_VIEW_NORMAL)) in i915_gem_object_pin_to_display_plane()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c218 .type = I915_GTT_VIEW_NORMAL, in intelfb_create()
H A Dintel_fb.c1603 intel_fb_view_init(i915, &fb->normal_view, I915_GTT_VIEW_NORMAL); in intel_fill_fb_info()
H A Dintel_display.c541 plane_state->view.gtt.type == I915_GTT_VIEW_NORMAL); in intel_plane_uses_fence()