[PATCH] drm/radeon/kms: don't enable connectors that are off in the hotplug handler

2011-08-09 Thread alexdeuc...@gmail.com
From: Alex Deucher 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 Cc: stable at kernel.org --- drivers/gpu/drm/radeon/radeon_connectors.c

[PATCH] drm/radeon/kms: don't enable connectors that are off in the hotplug handler

2011-08-09 Thread alexdeucher
From: Alex Deucher 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 Cc: sta...@kernel.org --- drivers/gpu/drm/radeon/radeon_connectors.c |