From: Seung-Woo Kim Date: Thu, 15 Dec 2011 06:40:55 +0000 (+0900) Subject: drm: Add multi buffer plane pixel formats X-Git-Tag: v3.3-rc1~121^2~48^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83052d4d5cd518332440bb4ee63d68bb5f744e0f;p=pandora-kernel.git drm: Add multi buffer plane pixel formats Multi buffer plane pixel format has seperated memory spaces for each plane. For example, NV12M has Y plane and CbCr plane and these are in non contiguous memory region. Compared with NV12, NV12M's memory shape is like following. NV12 : ______(Y)(CbCr)_______ NV12M : __(Y)_ ..... _(CbCr)__ Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park --- Reading git-diff-tree failed