Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_object.h772 bool i915_gem_cpu_write_needs_clflush(struct drm_i915_gem_object *obj);
797 if (i915_gem_cpu_write_needs_clflush(obj)) in __start_cpu_write()
H A Di915_gem_domain.c41 bool i915_gem_cpu_write_needs_clflush(struct drm_i915_gem_object *obj) in i915_gem_cpu_write_needs_clflush() function
/openbsd/sys/dev/pci/drm/i915/
H A Di915_gem.c799 i915_gem_cpu_write_needs_clflush(obj)) in i915_gem_pwrite_ioctl()