Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c25 unsigned int needs_clflush; in cpu_set() local
31 err = i915_gem_object_prepare_write(ctx->obj, &needs_clflush); in cpu_set()
38 if (needs_clflush & CLFLUSH_BEFORE) in cpu_set()
43 if (needs_clflush & CLFLUSH_AFTER) in cpu_set()
56 unsigned int needs_clflush; in cpu_get() local
62 err = i915_gem_object_prepare_read(ctx->obj, &needs_clflush); in cpu_get()
69 if (needs_clflush & CLFLUSH_BEFORE) in cpu_get()