commit | 9038dfdf699a3227004f1f6da32a3ef4ef3ba5a4 | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Sat Feb 20 23:15:04 2010 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Feb 23 09:46:51 2010 +1000 |
tree | af718c7a00587ebfac1b606da5c6d5b17a4cc247 | |
parent | d03f5d5971f2dd4bd259c46e065299661d8fdc9f [diff] |
drm/radeon/kms: simplify storing current and requested PM mode 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>