drm/radeon/kms: don't enable connectors that are off in the hotplug handler
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Aug 2011 17:09:06 +0000 (17:09 +0000)
committerDave Airlie <airlied@redhat.com>
Fri, 12 Aug 2011 09:47:25 +0000 (10:47 +0100)
commit73104b5cfe3067d68f2c2de3f3d4d4964c55873e
treedbd55fd91235a4d2acba3bce1f3d0da21879e058
parent72fa59970f8698023045ab0713d66f3f4f96945c
drm/radeon/kms: don't enable connectors that are off in the hotplug handler

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>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c