Lines Matching refs:needs_clflush
502 int *needs_clflush) in i915_gem_obj_prepare_shmem_read() argument
506 *needs_clflush = 0; in i915_gem_obj_prepare_shmem_read()
516 *needs_clflush = !cpu_cache_is_coherent(obj->base.dev, in i915_gem_obj_prepare_shmem_read()
540 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_fast() argument
549 if (needs_clflush) in shmem_pread_fast()
587 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_slow() argument
593 if (needs_clflush) in shmem_pread_slow()
623 int needs_clflush = 0; in i915_gem_shmem_pread() local
631 ret = i915_gem_obj_prepare_shmem_read(obj, &needs_clflush); in i915_gem_shmem_pread()
659 needs_clflush); in i915_gem_shmem_pread()
677 needs_clflush); in i915_gem_shmem_pread()