[COMMON] g2d: add ABGR2101010 format
authorhyesoo.yu <hyesoo.yu@samsung.com>
Mon, 17 Jul 2017 05:22:01 +0000 (14:22 +0900)
committerSeungchul Kim <sc377.kim@samsung.com>
Mon, 28 May 2018 05:27:27 +0000 (14:27 +0900)
commit128458e07060296dfb97f67c6509d1202533b165
treefe7bae433be89e2a723616611093ad6022945066
parent426e4aeb343c35d5a7b7e7ed674c31b745c70d5a
[COMMON] g2d: add ABGR2101010 format

The bit encoding of ABGR2101010 format in little endian:
31  29    20 19    10 9      0
+--+--------+--------+--------+
| A|    B   |    G   |   R    |
+--+--------+--------+--------+

It can be expressed as a bytes sequence as follows:
RRRRRRRR GGGGGGRR BBBBGGGG AABBBBBB

Change-Id: Ie574e083cc1b4538710e752b1fd3aabdf8d855ea
Signed-off-by: hyesoo.yu <hyesoo.yu@samsung.com>
drivers/gpu/exynos/g2d/g2d_command.c
drivers/gpu/exynos/g2d/g2d_format.h