Searched refs:needs_clflush (Results 1 – 6 of 6) sorted by relevance
593 unsigned int *needs_clflush) in i915_gem_object_prepare_read() argument597 *needs_clflush = 0; in i915_gem_object_prepare_read()631 *needs_clflush = CLFLUSH_BEFORE; in i915_gem_object_prepare_read()643 unsigned int *needs_clflush) in i915_gem_object_prepare_write() argument647 *needs_clflush = 0; in i915_gem_object_prepare_write()681 *needs_clflush |= CLFLUSH_AFTER; in i915_gem_object_prepare_write()688 *needs_clflush |= CLFLUSH_BEFORE; in i915_gem_object_prepare_write()
37 bool needs_clflush);428 unsigned int *needs_clflush);430 unsigned int *needs_clflush);
284 bool needs_clflush) in __i915_gem_object_release_shmem() argument291 if (needs_clflush && in __i915_gem_object_release_shmem()
24 unsigned int needs_clflush; in cpu_set() local31 err = i915_gem_object_prepare_write(ctx->obj, &needs_clflush); in cpu_set()39 if (needs_clflush & CLFLUSH_BEFORE) in cpu_set()44 if (needs_clflush & CLFLUSH_AFTER) in cpu_set()57 unsigned int needs_clflush; in cpu_get() local64 err = i915_gem_object_prepare_read(ctx->obj, &needs_clflush); in cpu_get()72 if (needs_clflush & CLFLUSH_BEFORE) in cpu_get()
286 bool needs_clflush) in shmem_pread() argument293 if (needs_clflush) in shmem_pread()307 unsigned int needs_clflush; in i915_gem_shmem_pread() local318 ret = i915_gem_object_prepare_read(obj, &needs_clflush); in i915_gem_shmem_pread()339 needs_clflush); in i915_gem_shmem_pread()720 unsigned int needs_clflush; in i915_gem_shmem_pwrite() local731 ret = i915_gem_object_prepare_write(obj, &needs_clflush); in i915_gem_shmem_pwrite()749 if (needs_clflush & CLFLUSH_BEFORE) in i915_gem_shmem_pwrite()761 needs_clflush & CLFLUSH_AFTER); in i915_gem_shmem_pwrite()
1141 bool needs_clflush; in copy_batch() local1155 needs_clflush = in copy_batch()1159 if (needs_clflush && i915_has_memcpy_from_wc()) { in copy_batch()1190 if (needs_clflush) in copy_batch()