diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2011-12-15 07:40:55 +0100 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2011-12-29 03:21:42 +0100 |
commit | 83052d4d5cd518332440bb4ee63d68bb5f744e0f (patch) | |
tree | 5ea5f7a1551938f799f136f9fd07f65869bedbeb /include/drm/drmP.h | |
parent | drm/exynos: added pm support. (diff) | |
download | linux-83052d4d5cd518332440bb4ee63d68bb5f744e0f.tar.xz linux-83052d4d5cd518332440bb4ee63d68bb5f744e0f.zip |
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 <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include/drm/drmP.h')
0 files changed, 0 insertions, 0 deletions