]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: Add multi buffer plane pixel formats
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 15 Dec 2011 06:40:55 +0000 (15:40 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 29 Dec 2011 02:21:42 +0000 (11:21 +0900)
commit83052d4d5cd518332440bb4ee63d68bb5f744e0f
tree5ea5f7a1551938f799f136f9fd07f65869bedbeb
parente30d4bcf79b6a3e09e435a5f3027ad3ef484226c
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>
include/drm/drm_fourcc.h