HomeSort by: relevance | last modified time | path
    Searched defs:needs_clflush (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_renderstate.c 80 unsigned int needs_clflush; local in function:render_state_setup
84 ret = i915_gem_object_prepare_write(so->vma->obj, &needs_clflush);
160 if (needs_clflush)
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_coherency.c 29 unsigned int needs_clflush; local in function:cpu_set
35 err = i915_gem_object_prepare_write(ctx->obj, &needs_clflush);
43 if (needs_clflush & CLFLUSH_BEFORE)
48 if (needs_clflush & CLFLUSH_AFTER)
59 unsigned int needs_clflush; local in function:cpu_get
65 err = i915_gem_object_prepare_read(ctx->obj, &needs_clflush);
73 if (needs_clflush & CLFLUSH_BEFORE)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.c 322 bool needs_clflush)
329 if (needs_clflush)
343 unsigned int needs_clflush; local in function:i915_gem_shmem_pread
350 ret = i915_gem_object_prepare_read(obj, &needs_clflush);
367 needs_clflush);
732 * writing if needs_clflush is set.
761 unsigned int needs_clflush; local in function:i915_gem_shmem_pwrite
768 ret = i915_gem_object_prepare_write(obj, &needs_clflush);
782 if (needs_clflush & CLFLUSH_BEFORE)
798 needs_clflush & CLFLUSH_AFTER)
    [all...]
i915_cmd_parser.c 1139 bool needs_clflush; local in function:copy_batch
1153 needs_clflush =
1157 if (needs_clflush && i915_has_memcpy_from_wc()) {
1194 if (needs_clflush)

Completed in 13 milliseconds