drm/radeon/kms/pm: add additional asic callbacks
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 23 Apr 2010 21:57:27 +0000 (17:57 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 18 May 2010 08:21:12 +0000 (18:21 +1000)
- pm_misc() - handles voltage, pcie lanes, and other non
clock related power mode settings.  Currently disabled.
Needs further debugging

- pm_prepare() - disables crtc mem requests right now.
All memory clients need to be disabled when changing
memory clocks.  This function can be expanded to include
disabling fb access as well.

- pm_finish() - enable active memory clients.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found