> + if (dst_needs_clflush & CLFLUSH_BEFORE)
> + batch_len = roundup(batch_len,
> boot_cpu_data.x86_clflush_size);
> +
> memcpy(dst, src, batch_len);
>
> + /* dst_obj is returned with vmap pinned */
> + *needs_clflush_after = dst_needs_clflush & CLFLUSH_AFTER;
Where did CLFLUSH_{BEFORE, AFTER} come from, I can't find them?
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
- [Intel-gfx] cmdparser perf improvement Chris Wilson
- [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: Use cached v... Chris Wilson
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: Use ... Matthew Auld
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: Use ... Matthew Auld
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 3/9] drm/i915/cmdpars... Matthew Auld
- [Intel-gfx] [PATCH 2/9] drm/i915/cmdparser: Add the TIME... Chris Wilson
- [Intel-gfx] [PATCH 5/9] drm/i915/cmdparser: Improve hash... Chris Wilson
- Re: [Intel-gfx] [PATCH 5/9] drm/i915/cmdparser: Impr... Matthew Auld
- Re: [Intel-gfx] [PATCH 5/9] drm/i915/cmdparser: ... Chris Wilson
- Re: [Intel-gfx] [PATCH 5/9] drm/i915/cmdpars... Matthew Auld
