Searched refs:needs_clflush (Results 1 – 3 of 3) sorted by relevance
900 int needs_clflush = 0; in copy_batch() local912 ret = i915_gem_obj_prepare_shmem_read(src_obj, &needs_clflush); in copy_batch()939 if (needs_clflush) in copy_batch()
486 int *needs_clflush) in i915_gem_obj_prepare_shmem_read() argument490 *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() argument531 if (needs_clflush) in shmem_pread_fast()569 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_slow() argument575 if (needs_clflush) in shmem_pread_slow()605 int needs_clflush = 0; in i915_gem_shmem_pread() local613 ret = i915_gem_obj_prepare_shmem_read(obj, &needs_clflush); in i915_gem_shmem_pread()641 needs_clflush); in i915_gem_shmem_pread()[all …]
2864 int *needs_clflush);