Lines Matching refs:needs_clflush
486 int *needs_clflush) in i915_gem_obj_prepare_shmem_read() argument
490 *needs_clflush = 0; in i915_gem_obj_prepare_shmem_read()
500 *needs_clflush = !cpu_cache_is_coherent(obj->base.dev, in i915_gem_obj_prepare_shmem_read()
522 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_fast() argument
531 if (needs_clflush) in shmem_pread_fast()
569 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_slow() argument
575 if (needs_clflush) in shmem_pread_slow()
605 int needs_clflush = 0; in i915_gem_shmem_pread() local
613 ret = i915_gem_obj_prepare_shmem_read(obj, &needs_clflush); in i915_gem_shmem_pread()
641 needs_clflush); in i915_gem_shmem_pread()
659 needs_clflush); in i915_gem_shmem_pread()