commit | d9dd85dd4e18c255225bada181ffcee37f4ff9a6 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Apr 20 18:26:10 2012 +0300 |
committer | Inki Dae <inki.dae@samsung.com> | Thu Sep 13 12:38:10 2012 +0900 |
tree | d7227089f23cf1858500ae264a41a59d144a4ac7 | |
parent | ece82d624cd0ca783e3fa2377fbbce6dd01ec1b3 [diff] |
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ä <ville.syrjala@linux.intel.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>