commit | 0ec0e74f784ca08eab0354ab1dada46924c39b73 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Wed Dec 23 13:21:58 2009 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Tue Feb 09 09:32:28 2010 +1000 |
tree | dc2a3d67fc5009f385b43bf9198427ff9050e39c | |
parent | 845db70da0bd285813b25bb522a0281f28efbf89 [diff] |
drm/radeon/kms: add a power state type based on power state flags The idea is to flag a power state with a certain type and use that type to decide on what state to select. On r6xx+, we select a state and then transition between clock modes in that state. On pre-r6xx, we transition between states directly. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>