Re: [Intel-gfx] [PATCH 2/4] drm/i915: Remove uncore from intel_tc.c

2022-08-29 Thread Jani Nikula
On Tue, 23 Aug 2022, Maarten Lankhorst wrote: > Use the intel_de macro's instead of referencing uncore directly. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_tc.c | 55 - > 1 file changed, 18 insertions(+), 3

[Intel-gfx] [PATCH 2/4] drm/i915: Remove uncore from intel_tc.c

2022-08-23 Thread Maarten Lankhorst
Use the intel_de macro's instead of referencing uncore directly. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/intel_tc.c | 55 - 1 file changed, 18 insertions(+), 37 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_tc.c b/drivers/gpu/drm