drm/radeon/kms: simplify storing current and requested PM mode
authorRafał Miłecki <zajec5@gmail.com>
Sat, 20 Feb 2010 23:15:04 +0000 (23:15 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 22 Feb 2010 23:46:51 +0000 (09:46 +1000)
We kept pointers to requested and current clock modes in every power state.
That was useless, more /global/ pointers in power struct are enough.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found