OSDN Git Service

drm/i915: Properly initialize SDVO analog connectors
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Mon, 8 Jun 2015 08:26:30 +0000 (11:26 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 8 Jun 2015 10:42:00 +0000 (13:42 +0300)
commit8ce7da474f3063f57ac446eb428945a9852e102d
tree1a8578109debeae5ef10d2dc759ea57636f47d42
parentd4a4f75cd8f29cd9464a5a32e9224a91571d6649
drm/i915: Properly initialize SDVO analog connectors

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 08d9bc920d465bbbbd762cac9383249c19bf69a2
Author: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Date:   Fri Apr 10 10:59:10 2015 +0300

    drm/i915: Allocate connector state together with the connectors

Reported-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/intel_sdvo.c