Re: [Intel-gfx] [PATCH v2 09/20] drm/i915: Introduce GEN8_DE_PORT_HOTPLUG()

2020-10-07 Thread Lucas De Marchi
On Tue, Oct 06, 2020 at 07:25:43PM +0300, Ville Syrjälä wrote: From: Ville Syrjälä Unify the BDW/BXT hotplug bits. BDW only has port A, but that matches BXT port A so we can shar the same macro for both. v2: Remember the gvt Signed-off-by: Ville Syrjälä Reviewed-by: Lucas De Marchi Luca

[Intel-gfx] [PATCH v2 09/20] drm/i915: Introduce GEN8_DE_PORT_HOTPLUG()

2020-10-06 Thread Ville Syrjala
From: Ville Syrjälä Unify the BDW/BXT hotplug bits. BDW only has port A, but that matches BXT port A so we can shar the same macro for both. v2: Remember the gvt Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/gvt/display.c | 14 +++--- drivers/gpu/drm/i915/i915_irq.c| 18 ++