drm/xe: Populate GT's mmio iomap from tile during init
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 10 Sep 2024 23:47:25 +0000 (16:47 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 11 Sep 2024 22:17:33 +0000 (15:17 -0700)
commitfa599b8c95a7070430703f4908a50141f2c7088c
treeedbc49fb462fe0f2c798c1f03acd523023f2ca19
parent9d383916a552784ec35e6d25469fc2da9bcd9948
drm/xe: Populate GT's mmio iomap from tile during init

Each GT should share the same register iomap as its parent tile.  Future
patches will switch to access the iomap through the GT's mmio substruct
rather than through the tile.

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-50-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_pci.c