From: Jani Nikula Date: Tue, 17 Sep 2013 15:33:43 +0000 (+0300) Subject: drm/i915: do not update cursor in crtc mode set X-Git-Tag: v3.12-rc2~3^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc173961a68034c1171a421f0dbed39edfb60880;p=pandora-kernel.git drm/i915: do not update cursor in crtc mode set The cursor is disabled before crtc mode set in crtc disable (and we assert this is the case), and enabled afterwards in crtc enable. Do not update it in crtc mode set. On HSW enabling a plane on a disabled pipe may hang the entire system. And there's no good reason for doing it ever, so just don't. v2: Add note about HSW hangs - vsyrjala Cc: stable@vger.kernel.org Suggested-by: Ville Syrjälä Reviewed-by: Ville Syrjälä Signed-off-by: Jani Nikula Tested-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed