Re: [Intel-gfx] [PATCH 1/4] drm/i915: Move display pcode requests to intel_de

2022-08-29 Thread Jani Nikula
On Tue, 23 Aug 2022, Maarten Lankhorst wrote: > This will allow us not to use uncore from display code directly any more. Mmh, a bit tedious but I guess this is what we'll need to do. See also ee421bb4cb95 ("drm/i915/pcode: Extend pcode functions for multiple gt's"). Reviewed-by: Jani Nikula

[Intel-gfx] [PATCH 1/4] drm/i915: Move display pcode requests to intel_de

2022-08-23 Thread Maarten Lankhorst
This will allow us not to use uncore from display code directly any more. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/hsw_ips.c| 7 ++- drivers/gpu/drm/i915/display/intel_bw.c | 22 - drivers/gpu/drm/i915/display/intel_cdclk.c| 45 +---