Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_dmabuf.c260 if (i915_gem_object_can_bypass_llc(obj) || in i915_gem_object_get_pages_dmabuf()
Di915_gem_userptr.c173 if (i915_gem_object_can_bypass_llc(obj)) in i915_gem_userptr_get_pages()
Di915_gem_shmem.c260 if (i915_gem_object_can_bypass_llc(obj)) in shmem_get_pages()
Di915_gem_object.h767 bool i915_gem_object_can_bypass_llc(struct drm_i915_gem_object *obj);
Di915_gem_object.c200 bool i915_gem_object_can_bypass_llc(struct drm_i915_gem_object *obj) in i915_gem_object_can_bypass_llc() function