From: Ville Syrjälä Date: Fri, 20 Apr 2012 15:26:10 +0000 (+0300) Subject: drm: Drop the NV12M and YUV420M formats X-Git-Tag: v3.6-rc6~14^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9dd85dd4e18c255225bada181ffcee37f4ff9a6;p=pandora-kernel.git drm: Drop the NV12M and YUV420M formats The NV12M/YUV420M formats are identical to the NV12/YUV420 formats. So just remove these duplicated format names. This might look like breaking the ABI, but the code has never actually accepted these formats, so nothing can be using them. Signed-off-by: Ville Syrjälä Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed