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:06:07 +0000 (11:06 -0800)
commit32c4490a6ffbe3de604581f5fdce361eb049acff
treefb4004b3e2911c59dd81c5a3f881213d75ca70c6
parente1cf4ad959d7b2644f2be70ff38030d6cd3cbede
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