Home
last modified time | relevance | path

Searched refs:i915_gem_object_has_tiling_quirk (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/i915/selftests/
H A Di915_gem_evict.c43 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in quirk_add()
90 if (i915_gem_object_has_tiling_quirk(vma->obj)) in unpin_ggtt()
99 GEM_BUG_ON(!i915_gem_object_has_tiling_quirk(obj)); in cleanup_objects()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c283 GEM_BUG_ON(!i915_gem_object_has_tiling_quirk(obj)); in i915_gem_object_set_tiling()
288 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in i915_gem_object_set_tiling()
H A Di915_gem_phys.c238 if (i915_gem_object_has_tiling_quirk(obj)) in i915_gem_object_attach_phys()
H A Di915_gem_object.h249 i915_gem_object_has_tiling_quirk(struct drm_i915_gem_object *obj) in i915_gem_object_has_tiling_quirk() function
/linux/drivers/gpu/drm/i915/
H A Di915_gem.c1057 GEM_BUG_ON(!i915_gem_object_has_tiling_quirk(obj)); in i915_gem_madvise_ioctl()
1062 GEM_BUG_ON(i915_gem_object_has_tiling_quirk(obj)); in i915_gem_madvise_ioctl()