> -Original Message-
> From: Cheng, Michael
> Sent: Friday, January 28, 2022 2:10 PM
> To: intel-gfx@lists.freedesktop.org
> Cc: Cheng, Michael ; Bowman, Casey G
> ; De Marchi, Lucas
> ; Boyer, Wayne ;
> ville.syrj...@linux.intel.com; Kuoppala, Mika ;
> Auld, Matthew
> Subject: [PATCH
Use drm_clflush_virt_range instead of directly invoking clflush. This
will prevent compiler errors when building for non-x86 architectures.
Signed-off-by: Michael Cheng
---
drivers/gpu/drm/i915/gt/intel_execlists_submission.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/