Searched refs:i915_gem_object_can_bypass_llc (Results 1 – 5 of 5) sorted by relevance
252 if (!HAS_LLC(i915) || i915_gem_object_can_bypass_llc(obj)) in i915_gem_object_get_pages_dmabuf()
169 if (i915_gem_object_can_bypass_llc(obj)) in i915_gem_userptr_get_pages()
517 bool i915_gem_object_can_bypass_llc(struct drm_i915_gem_object *obj);
185 if (i915_gem_object_can_bypass_llc(obj)) in shmem_get_pages()
131 bool i915_gem_object_can_bypass_llc(struct drm_i915_gem_object *obj) in i915_gem_object_can_bypass_llc() function
Completed in 9 milliseconds