Home
last modified time | relevance | path

Searched refs:i915_gem_clflush_object (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Di915_gem_clflush.h31 bool i915_gem_clflush_object(struct drm_i915_gem_object *obj,
H A Di915_gem_clflush.c118 bool i915_gem_clflush_object(struct drm_i915_gem_object *obj, in i915_gem_clflush_object() function
H A Di915_gem.c730 i915_gem_clflush_object(obj, I915_CLFLUSH_SYNC); in flush_write_domain()
3839 i915_gem_clflush_object(obj, I915_CLFLUSH_FORCE); in __i915_gem_object_flush_for_display()
4327 i915_gem_clflush_object(obj, I915_CLFLUSH_SYNC); in i915_gem_object_set_to_cpu_domain()
H A Di915_gem_execbuffer.c1792 if (i915_gem_clflush_object(obj, 0)) in eb_move_to_gpu()