drm/radeon/kms: don't enable connectors that are off in the hotplug handler
commitcdc0fbfac92e20e64737ec0648f38be03d5a29d3
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Aug 2011 17:09:06 +0000 (9 17:09 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 17 Aug 2011 17:55:54 +0000 (17 10:55 -0700)
tree7b9cae75e3a9665a6b7c9deba44d693a40ccee1a
parent3438bc96d02ea314a04759e435e50b5b6177f88c
drm/radeon/kms: don't enable connectors that are off in the hotplug handler

commit 73104b5cfe3067d68f2c2de3f3d4d4964c55873e upstream.

If we get a hotplug event on an connector that is off, don't
attempt to turn it on or off, it should already be off.

Fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=728228

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/radeon/radeon_connectors.c