From: Daniel Vetter Date: Tue, 26 Mar 2013 23:45:00 +0000 (+0100) Subject: drm/i915: clean up plane bpp confusion X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baba133ae50e563c5896d39e150b6617857a9d8e;p=pandora-kernel.git drm/i915: clean up plane bpp confusion - There is no 16bpc linear color format in our hw. gen4+ has a 16 bpc float layout, but we don't really support it. - 10bpc is a gen4+ feature, fix up the support for it. - Update_plane should never see a wrong fb bpp value, BUG in the corresponding cases. v2: Rebase on top of Ville's plane pixel layout changes. v3: Actually drop the old gen4 check for 10bpc planes, spotted by Ville Syrjälä. Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed