commit | ec9954fc26719482c041991607f4329d563c4bbb | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu Mar 27 14:09:19 2014 +1000 |
committer | Christian König <christian.koenig@amd.com> | Thu Apr 03 12:35:41 2014 +0200 |
tree | 5b1e66e6e1490dce26dad2166f6434d46f710bc8 | |
parent | 1d8eec8ba4a38fcee9d30e4fb5b3d67a9bff9db3 [diff] |
drm/radeon: fix resuming mode in pm runtime resume path For runtime pm we'd never suspend with the modesetting hw turned on, so don't try and resume the modesetting hw, as that path will take locks that the interface that is causing us to wake up might also take. Signed-off-by: Dave Airlie <airlied@redhat.com>