diff options
author | Jonas Bonn <jonas@southpole.se> | 2009-05-15 09:10:41 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-05-22 12:59:29 -0700 |
commit | ad5b2a6db3eddc41358d8a73f5cfe1c38e7e3a19 (patch) | |
tree | 27dfd0914e2d1704a53de795d53c27bba79e79f7 /drivers/md | |
parent | 7086c87fb1446ceb37918ffa0941359a7c2ec6cf (diff) |
drm/i915: Determine type before initialising connector
drm_connector_init sets both the connector type and the connector type_id
on the newly initialised connector. As the connector type_id is coupled to
the connector type, the connector type cannot simply be modified on an
initialised connector.
This patch changes the order of operations on intel_sdvo_init so that the
type is determined before the connector is intialised.
This fixes a bug whereby the name card0-VGA-1 would be allocted to both a
CRT and an SDVO connector since the SDVO connector would be initialised
with type 'unknown' and hence have its type_id assigned from the wrong pool.
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions