drm/i915/gt: Pass gt rather than uncore to lowest-level reads/writes
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 28 Nov 2022 23:30:11 +0000 (15:30 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Wed, 30 Nov 2022 17:06:25 +0000 (09:06 -0800)
commit8d9f7d25d50ba55f6b3463d0b8085f62efc39ec4
tree68f9547729b3e8c9aa9520748a1d0628a4a59b56
parent03b713d029bd17a1ed426590609af79843db95e2
drm/i915/gt: Pass gt rather than uncore to lowest-level reads/writes

Passing the GT rather than uncore to the lowest level MCR read and write
functions will make it easier to introduce dedicated MCR locking in a
following patch.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221128233014.4000136-3-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_gt_mcr.c