From: Daniel Vetter Date: Sun, 13 May 2012 20:29:25 +0000 (+0200) Subject: drm/i915: don't clobber the pipe param in sanitize_modesetting X-Git-Tag: v3.5-rc1~100^2~25^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9dcf84b14ef4e9a609910367576995e6f32f3dc;p=pandora-kernel.git drm/i915: don't clobber the pipe param in sanitize_modesetting ... we need it later on in the function to clean up pipe <-> plane associations. This regression has been introduced in commit f47166d2b0001fcb752b40c5a2d4db986dfbea68 Author: Chris Wilson Date: Thu Mar 22 15:00:50 2012 +0000 drm/i915: Sanitize BIOS debugging bits from PIPECONF Spotted by staring at debug output of an (as it turns out) totally unrelated bug. v2: I've totally failed to do the s/pipe/i/ correctly, spotted by Chris Wilson. Reviewed-by: Chris Wilson Reviewed-by: Eugeni Dodonov Cc: stable@kernel.org (the regression was Cc: stable, too) Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed