Re: [PATCH v2 09/14] drm/i915/gt: Always use MCR functions on multicast registers

2022-10-12 Thread Balasubramani Vivekanandan
On 30.09.2022 17:45, Matt Roper wrote: > Rather than relying on the implicit behavior of intel_uncore_*() > functions, let's always use the intel_gt_mcr_*() functions to operate on > multicast/replicated registers. > > v2: > - Add TLB invalidation registers > > Signed-off-by: Matt Roper > --- >

[PATCH v2 09/14] drm/i915/gt: Always use MCR functions on multicast registers

2022-09-30 Thread Matt Roper
Rather than relying on the implicit behavior of intel_uncore_*() functions, let's always use the intel_gt_mcr_*() functions to operate on multicast/replicated registers. v2: - Add TLB invalidation registers Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/gt/intel_gt.c| 42 ++