Re: [PATCH 00/36] Add support 10bit yuv format

2019-09-23 Thread Daniel Vetter
On Mon, Sep 23, 2019 at 2:51 PM Sandy Huang wrote: > > This series of patches is to add 2 plane YCbCr 10bit format > support, but now the drm_format_info.cpp[3] unit is BytePerPlane, > when we add define 10bit YUV format, here have some problems. > So we change cpp to bpp, use unit BitPerPlane to

[PATCH 00/36] Add support 10bit yuv format

2019-09-23 Thread Sandy Huang
This series of patches is to add 2 plane YCbCr 10bit format support, but now the drm_format_info.cpp[3] unit is BytePerPlane, when we add define 10bit YUV format, here have some problems. So we change cpp to bpp, use unit BitPerPlane to describe the data format. Sandy Huang (36): drm/fourcc: Add