Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_coherency.c38 if (needs_clflush & CLFLUSH_BEFORE) in cpu_set()
69 if (needs_clflush & CLFLUSH_BEFORE) in cpu_get()
H A Di915_gem_context.c524 if (needs_flush & CLFLUSH_BEFORE) in cpu_check()
H A Dhuge_pages.c1087 if (needs_flush & CLFLUSH_BEFORE) in __cpu_check_shmem()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c701 *needs_clflush = CLFLUSH_BEFORE; in i915_gem_object_prepare_read()
758 *needs_clflush |= CLFLUSH_BEFORE; in i915_gem_object_prepare_write()
H A Di915_gem_object.h750 #define CLFLUSH_BEFORE BIT(0) macro
752 #define CLFLUSH_FLAGS (CLFLUSH_BEFORE | CLFLUSH_AFTER)
H A Di915_gem_execbuffer.c1370 if (unlikely(flushes & (CLFLUSH_BEFORE | CLFLUSH_AFTER))) { in clflush_write32()
1371 if (flushes & CLFLUSH_BEFORE) in clflush_write32()
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1205 if (dst_needs_clflush & CLFLUSH_BEFORE) in copy_batch()