Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/gt: Re-work reset_csb

2022-01-28 Thread Bowman, Casey G
> -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

[Intel-gfx] [PATCH v2 3/4] drm/i915/gt: Re-work reset_csb

2022-01-28 Thread Michael Cheng
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/