[PATCH 2/3] drm: add ARM vendor format afbc

2016-09-13 Thread Brian Starkey
Hi Mark, On Sat, Sep 10, 2016 at 10:29:03AM +0800, Mark Yao wrote: >AFBC is arm vendor format, it's a compressed format. > >The AFBC format is supported by rk3399 vop big. > >We know little about AFBC layout, hope to some guys can >fixme about the afbc comment. > >Signed-off-by: Mark Yao >--- > i

[PATCH 2/3] drm: add ARM vendor format afbc

2016-09-10 Thread Mark Yao
AFBC is arm vendor format, it's a compressed format. The AFBC format is supported by rk3399 vop big. We know little about AFBC layout, hope to some guys can fixme about the afbc comment. Signed-off-by: Mark Yao --- include/uapi/drm/drm_fourcc.h | 7 +++ 1 file changed, 7 insertions(+) dif