Searched refs:needs_clflush (Results 1 – 4 of 4) sorted by relevance
34 unsigned int needs_clflush; in cpu_set() local39 err = i915_gem_obj_prepare_shmem_write(obj, &needs_clflush); in cpu_set()46 if (needs_clflush & CLFLUSH_BEFORE) { in cpu_set()54 if (needs_clflush & CLFLUSH_AFTER) { in cpu_set()70 unsigned int needs_clflush; in cpu_get() local75 err = i915_gem_obj_prepare_shmem_read(obj, &needs_clflush); in cpu_get()82 if (needs_clflush & CLFLUSH_BEFORE) { in cpu_get()
83 unsigned int needs_clflush; in render_state_setup() local87 ret = i915_gem_obj_prepare_shmem_write(so->obj, &needs_clflush); in render_state_setup()163 if (needs_clflush) in render_state_setup()
355 bool needs_clflush) in __i915_gem_object_release_shmem() argument362 if (needs_clflush && in __i915_gem_object_release_shmem()915 unsigned int *needs_clflush) in i915_gem_obj_prepare_shmem_read() argument921 *needs_clflush = 0; in i915_gem_obj_prepare_shmem_read()955 *needs_clflush = CLFLUSH_BEFORE; in i915_gem_obj_prepare_shmem_read()967 unsigned int *needs_clflush) in i915_gem_obj_prepare_shmem_write() argument973 *needs_clflush = 0; in i915_gem_obj_prepare_shmem_write()1007 *needs_clflush |= CLFLUSH_AFTER; in i915_gem_obj_prepare_shmem_write()1014 *needs_clflush |= CLFLUSH_BEFORE; in i915_gem_obj_prepare_shmem_write()1055 bool page_do_bit17_swizzling, bool needs_clflush) in shmem_pread_slow() argument[all …]
3075 unsigned int *needs_clflush);3077 unsigned int *needs_clflush);