Home
last modified time | relevance | path

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

/Linux-v6.1/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.c170 if (i915_gem_object_can_bypass_llc(obj)) in i915_gem_userptr_get_pages()
Di915_gem_object.h531 bool i915_gem_object_can_bypass_llc(struct drm_i915_gem_object *obj);
Di915_gem_shmem.c247 if (i915_gem_object_can_bypass_llc(obj)) in shmem_get_pages()
Di915_gem_object.c142 bool i915_gem_object_can_bypass_llc(struct drm_i915_gem_object *obj) in i915_gem_object_can_bypass_llc() function