drm/xe/pci: Convert register access to use xe_mmio
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 10 Sep 2024 23:47:38 +0000 (16:47 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Sep 2024 22:32:49 +0000 (15:32 -0700)
commit0afda5d7bba49957cd79e1a19bef77356c99b09b
treeafe8a72cd17c2947bd2a7762d5561453aa3356ef
parent10a0575c2ff625eecdb8e7533ce212d6a76c1eab
drm/xe/pci: Convert register access to use xe_mmio

Stop using GT pointers for register access.

v2:
 - Clarify comment about manual GSI offset handling.  (Rodrigo)

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240910234719.3335472-63-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_pci.c