Home
last modified time | relevance | path

Searched refs:dst_needs_clflush (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_cmd_parser.c1056 unsigned int dst_needs_clflush; in copy_batch() local
1064 ret = i915_gem_obj_prepare_shmem_write(dst_obj, &dst_needs_clflush); in copy_batch()
1098 if (dst_needs_clflush & CLFLUSH_BEFORE) in copy_batch()
1119 *needs_clflush_after = dst_needs_clflush & CLFLUSH_AFTER; in copy_batch()