commit | 612e06ce9c78840c3a1a207dfbe489a059d87c28 | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Tue Apr 27 17:16:58 2010 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Tue May 18 18:21:27 2010 +1000 |
tree | 0e208e70737362a77173826962240bef975133e0 | |
parent | c37d230af450472183e70947f8e2aa8101a96603 [diff] |
radeon: Fix locking in power management paths The ttm code could take vram_mutex followed by cp_mutex, while the reclocking code would do the reverse. Hilarity could ensue. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>