From: Paulo Zanoni Date: Mon, 27 Oct 2014 19:54:32 +0000 (-0200) Subject: drm/i915: kill intel_resume_prepare() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5df187172a92ffdf8dc89988154d512d66a896;p=pandora-kernel.git drm/i915: kill intel_resume_prepare() Because, really, the abstraction is not working for us. It is nice for VLV, but doesn't add anything useful on SNB/HSW/BDW. We want to change this code due to a recently-discovered bug, but we can't seem to find a nice solution that repects the current abstraction. So let's kill intel_resume_prepare() and its friends, and add an equivalent implementation to both its callers. Also, look at the diffstat! v2: - Rebase. Signed-off-by: Paulo Zanoni Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed