commit | 4e186b2d6c878793587c35d7f06c94565d76e9b8 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Fri Aug 13 10:53:35 2010 -0400 |
committer | Dave Airlie <airlied@redhat.com> | Fri Aug 20 08:46:13 2010 +1000 |
tree | d3f5bca149d1603ec0c4aabdc3e42a566da76bfe | |
parent | 4aab97e818c255a1bc25bb981f121a7992c6b290 [diff] |
drm/radeon/kms/pm: bail early if nothing's changing If we aren't changing the power state, no need to take locks and schedule fences, etc. There seem to be lock ordering issues in the CP and fence code in some cases; see bug 29140 below. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29140 Possibly also: https://bugzilla.kernel.org/show_bug.cgi?id=16581 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Cc: stable@kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>