Searched refs:dst_needs_clflush (Results 1 – 1 of 1) sorted by relevance
1163 unsigned int dst_needs_clflush; in copy_batch() local1167 ret = i915_gem_object_prepare_write(dst_obj, &dst_needs_clflush); in copy_batch()1205 if (dst_needs_clflush & CLFLUSH_BEFORE) in copy_batch()1231 *needs_clflush_after = dst_needs_clflush & CLFLUSH_AFTER; in copy_batch()