commit | cf4c12f9a2289e3679722590e1226ae8deb14385 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Wed Sep 01 17:15:06 2010 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Thu Sep 02 11:29:04 2010 +1000 |
tree | 3af910211fc9bb85582aa292081e0fcd7b502159 | |
parent | 0d9958b18e10d7426d94cc3dd024920a40db3ee2 [diff] |
drm/radeon/kms: fix tv module parameter The tv parameter was added to disable the tv-out connector, however, it caused a crash if it was set to 0 due to drm_connector_init not getting called. If tv=0, don't attempt to add the connector. Might fix: https://bugzilla.kernel.org/show_bug.cgi?id=17241 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>