From: Chris Wilson Date: Mon, 13 Sep 2010 13:19:16 +0000 (+0100) Subject: drm/i915: Fix an overlay regression from 7e7d76c X-Git-Tag: v2.6.37-rc1~92^2~28^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7abfe8b281991c66406c42c1a6c6c9ee0daa0ff;p=pandora-kernel.git drm/i915: Fix an overlay regression from 7e7d76c When separating out the prepare/commit into its own separate functions we overlooked that the intel_crtc->dpms_mode was being used elsewhere to check on the actual status of the pipe. Track that bit of logic separately from the actual dpms mode, so there is no confusion should we be able to handle multiple dpms modes, nor any semantic conflict between prepare/commit and dpms. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed