Searched refs:needs_clflush (Results 1 – 3 of 3) sorted by relevance
863 int needs_clflush = 0; in copy_batch() local872 ret = i915_gem_obj_prepare_shmem_read(src_obj, &needs_clflush); in copy_batch()907 if (needs_clflush) in copy_batch()
502 int *needs_clflush) in i915_gem_obj_prepare_shmem_read() argument506 *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() argument549 if (needs_clflush) in shmem_pread_fast()587 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_slow() argument593 if (needs_clflush) in shmem_pread_slow()623 int needs_clflush = 0; in i915_gem_shmem_pread() local631 ret = i915_gem_obj_prepare_shmem_read(obj, &needs_clflush); in i915_gem_shmem_pread()659 needs_clflush); in i915_gem_shmem_pread()[all …]
2641 int *needs_clflush);