Re: [Intel-gfx] [PATCH] drm/i915: do not warn late about hdmi on port A

2019-11-14 Thread Lucas De Marchi
On Thu, Nov 14, 2019 at 02:46:48PM +0200, Jani Nikula wrote: On Fri, 08 Nov 2019, Lucas De Marchi wrote: The warning should be just a warning. Where it is currently is wrong since we already registered the connector on drm, meaning it dies later on a NULL pointer deref if the VBT-overriding we

Re: [Intel-gfx] [PATCH] drm/i915: do not warn late about hdmi on port A

2019-11-14 Thread Jani Nikula
On Fri, 08 Nov 2019, Lucas De Marchi wrote: > The warning should be just a warning. Where it is currently is wrong > since we already registered the connector on drm, meaning it dies later > on a NULL pointer deref if the VBT-overriding we have is removed. Move > the warning up. > > Signed-off-by:

Re: [Intel-gfx] [PATCH] drm/i915: do not warn late about hdmi on port A

2019-11-12 Thread Matt Roper
On Fri, Nov 08, 2019 at 01:42:51PM -0800, Lucas De Marchi wrote: > The warning should be just a warning. Where it is currently is wrong > since we already registered the connector on drm, meaning it dies later > on a NULL pointer deref if the VBT-overriding we have is removed. Move > the warning up

[Intel-gfx] [PATCH] drm/i915: do not warn late about hdmi on port A

2019-11-08 Thread Lucas De Marchi
The warning should be just a warning. Where it is currently is wrong since we already registered the connector on drm, meaning it dies later on a NULL pointer deref if the VBT-overriding we have is removed. Move the warning up. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/inte