From: Daniel Vetter Date: Fri, 11 Jul 2014 17:30:09 +0000 (-0700) Subject: drm/i915: Run psr_setup unconditionally X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~20^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a603f48fa2e0760d043bd66f4dc62055ea8c745;p=pandora-kernel.git drm/i915: Run psr_setup unconditionally Due to runtime pm and system s/r we need to restore hw state every time we enable a pipe again. Hence trying to avoid that is just pointless book-keeping which Rodrigo then tried to work around by manually adding psr_setup calls to our resume code. Much simpler to just remove code instead. v2: Properly bail out of psr exit if psr isn't enabled. Spotted by Rodrigo. Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed