]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/radeon/kms: disable output polling when suspended
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 1 Feb 2012 01:06:25 +0000 (19:06 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 19:16:55 +0000 (11:16 -0800)
commitd11fa680b5daad1ffb72807cfd0ad30237505fff
tree2d11f6d2492659c469d121770a279cde120d223a
parent3d15bd1a90e3d768136562ad63e0d25c953d0c85
drm/radeon/kms: disable output polling when suspended

commit 86698c20f71d488b32c49ed4687fb3cf8a88a5ca upstream.

Polling the outputs when the device is suspended can result in erroneous
status updates. Disable output polling during suspend to prevent this
from happening.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_device.c