]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Create dedicated xe_mmio structure
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 10 Sep 2024 23:47:22 +0000 (16:47 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Sep 2024 22:17:30 +0000 (15:17 -0700)
commit34953ee349dde9d1733d4af75e929f7fd5fab539
tree79de3b4d3f97591b0cfddcdea1e7f32c28ce1983
parent998fde0647671c82f637e299026d951f9b155b37
drm/xe: Create dedicated xe_mmio structure

Pull the 'mmio' substructure from xe_tile out into a dedicated type.
Future patches will expand this structure and then eventually move MMIO
read/write operations over to using this type.

v2:
 - Fix kerneldoc of 'size' field.  The rename/refocusing of this field
   got moved to the next patch of the series.  (Lucas)
 - Correct commit message; it's the tile, not the device, mmio that's
   been pulled out to a separate type.  (Michal)

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240910234719.3335472-47-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_device_types.h