Searched refs:i915_gem_object_has_tiling_quirk (Results 1 – 6 of 6) sorted by relevance
41 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in quirk_add()88 if (i915_gem_object_has_tiling_quirk(vma->obj)) in unpin_ggtt()97 GEM_BUG_ON(!i915_gem_object_has_tiling_quirk(obj)); in cleanup_objects()
272 GEM_BUG_ON(!i915_gem_object_has_tiling_quirk(obj)); in i915_gem_object_set_tiling()277 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in i915_gem_object_set_tiling()
239 if (i915_gem_object_has_tiling_quirk(obj)) in i915_gem_object_attach_phys()
258 i915_gem_object_has_tiling_quirk(struct drm_i915_gem_object *obj) in i915_gem_object_has_tiling_quirk() function
64 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in __i915_gem_object_set_pages()
991 GEM_BUG_ON(!i915_gem_object_has_tiling_quirk(obj)); in i915_gem_madvise_ioctl()996 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in i915_gem_madvise_ioctl()
Completed in 11 milliseconds