Re: [Intel-gfx] [PATCH 17/39] drm/i915: move hotplug to display.hotplug

2022-08-16 Thread Lucas De Marchi
On Thu, Aug 11, 2022 at 06:07:28PM +0300, Jani Nikula wrote: Move display related members under drm_i915_private display sub-struct. missed the mention that i915_hotplug is now intel_hotplug. For this and all previous patches (except patch 5, for clock_gating_funcs): Reviewed-by: Lucas De

[Intel-gfx] [PATCH 17/39] drm/i915: move hotplug to display.hotplug

2022-08-11 Thread Jani Nikula
Move display related members under drm_i915_private display sub-struct. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/g4x_dp.c | 4 +- drivers/gpu/drm/i915/display/intel_ddi.c | 6 +- .../gpu/drm/i915/display/intel_display_core.h | 40 ++