mbox series

[v3,0/1] Introduce new i915 macros for checking PTEs

Message ID 20211109002644.856688-1-michael.cheng@intel.com (mailing list archive)
Headers show
Series Introduce new i915 macros for checking PTEs | expand

Message

Michael Cheng Nov. 9, 2021, 12:26 a.m. UTC
This series is to introduce new macros generic to i915 for checking 0 and 1 bits,
instead on relying on whats defined by the mmu, since it could be different
or non-exisitent between different platforms.

v2: Corrected sender's email.

v3: Corrected spelling error.

Michael Cheng (1):
  drm/i915: Introduce new macros for i915 PTE

 drivers/gpu/drm/i915/gt/gen8_ppgtt.c |  6 +++---
 drivers/gpu/drm/i915/gt/intel_ggtt.c |  2 +-
 drivers/gpu/drm/i915/gt/intel_gtt.h  |  3 +++
 drivers/gpu/drm/i915/gvt/gtt.c       | 12 ++++++------
 4 files changed, 13 insertions(+), 10 deletions(-)