[PATCH 06/11] drm: Add multi buffer plane pixel formats

2011-12-21 Thread Inki Dae
From: Seung-Woo Kim 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)_ ..

[PATCH 06/11] drm: Add multi buffer plane pixel formats

2011-12-21 Thread Inki Dae
From: Seung-Woo Kim 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)_ ..