[PATCH] drm/i915: Properly initialize SDVO analog connectors

2015-06-08 Thread Jani Nikula
On Mon, 08 Jun 2015, Ander Conselvan de Oliveira wrote: > In the commit below, I missed the connector allocation in the function > intel_sdvo_analog_init(), leading to those connectors to have a NULL > state pointer. > > commit 08d9bc920d465d762cac9383249c19bf69a2 > Author: Ander Conselvan de

[Fwd: Re: [PATCH] drm/i915: Properly initialize SDVO analog connectors]

2015-06-08 Thread Ander Conselvan De Oliveira
Thanks for testing. Forwarded Message From: Stefan Lippers-Hollmann To: Ander Conselvan de Oliveira Subject: Re: [PATCH] drm/i915: Properly initialize SDVO analog connectors Date: Mon, 8 Jun 2015 12:16:04 +0200 Hi On 2015-06-08, Ander Conselvan de Oliveira wrote: > In

[PATCH] drm/i915: Properly initialize SDVO analog connectors

2015-06-08 Thread Ander Conselvan de Oliveira
In the commit below, I missed the connector allocation in the function intel_sdvo_analog_init(), leading to those connectors to have a NULL state pointer. commit 08d9bc920d465d762cac9383249c19bf69a2 Author: Ander Conselvan de Oliveira Date: Fri Apr 10 10:59:10 2015 +0300 drm/i915: Allo