From: Paulo Zanoni Date: Thu, 20 Sep 2012 21:36:03 +0000 (-0300) Subject: drm/i915: don't recheck for invalid pipe bpp X-Git-Tag: v3.8-rc1~82^2~192^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc769b6257884e26476e1643d7203b4e875b2387;p=pandora-kernel.git drm/i915: don't recheck for invalid pipe bpp As noticed by Daniel Vetter, intel_pipe_choose_bpp_dither should already check for invalid bpp values and set a valid value, so remove the recheck inside ironlake_crtc_mode_set and also replace a "default" switch case inside ironlake_set_pipeconf with a BUG(). Signed-off-by: Paulo Zanoni Reviewed-by: Rodrigo Vivi Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed