From: Dave Airlie Date: Thu, 27 Mar 2014 04:09:19 +0000 (+1000) Subject: drm/radeon: fix resuming mode in pm runtime resume path X-Git-Tag: v3.15-rc1~51^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec9954fc26719482c041991607f4329d563c4bbb;p=pandora-kernel.git 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 --- Reading git-diff-tree failed