mbox series

[0/2] Use drm_clflush* instead of clflush

Message ID 20220127234118.111015-1-michael.cheng@intel.com (mailing list archive)
Headers show
Series Use drm_clflush* instead of clflush | expand

Message

Michael Cheng Jan. 27, 2022, 11:41 p.m. UTC
This patch series re-work a few i915 functions to use drm_clflush_virt_range
instead of calling clflush directly. This will prevent errors when building
for non-x86 architectures.


Michael Cheng (2):
  drm/i915/gt: Re-work intel_write_status_page
  drm/i915/gt: Re-work invalidate_csb_entries

 drivers/gpu/drm/i915/gt/intel_engine.h              | 13 ++++---------
 .../gpu/drm/i915/gt/intel_execlists_submission.c    |  4 ++--
 2 files changed, 6 insertions(+), 11 deletions(-)