Home
last modified time | relevance | path

Searched refs:i915_gem_cpu_write_needs_clflush (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h773 bool i915_gem_cpu_write_needs_clflush(struct drm_i915_gem_object *obj);
798 if (i915_gem_cpu_write_needs_clflush(obj)) in __start_cpu_write()
H A Di915_gem_domain.c37 bool i915_gem_cpu_write_needs_clflush(struct drm_i915_gem_object *obj) in i915_gem_cpu_write_needs_clflush() function