From: Ville Syrjälä Date: Wed, 31 Oct 2012 15:50:21 +0000 (+0200) Subject: drm/i915: Bad pixel formats can't reach the sprite code X-Git-Tag: v3.8-rc1~82^2~192^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d491df4c6b00f9148a9885dba1f36a078535dc;p=pandora-kernel.git drm/i915: Bad pixel formats can't reach the sprite code The framebuffer pixel format is already checked by the common code. So there's no way an invalid format could reach the driver. So instead of falling back to a default format, call BUG(). Signed-off-by: Ville Syrjälä Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed