[PATCH v3 1/4] drm: Add Y210, Y212, Y216 format definitions and fourcc

2018-10-21 Thread Swati Sharma
From: Vidya Srinivas The following pixel formats are packed format that follows 4:2:2 chroma sampling. For memory represenation each component is allocated 16 bits each. Thus each pixel occupies 32bit. Y210: Valid data occupies MSB 10 bits. LSB 6 bits are filled with zeroes. Y212: Valid

Re: [PATCH v3 1/4] drm: Add Y210, Y212, Y216 format definitions and fourcc

2018-10-16 Thread Alexandru-Cosmin Gheorghe
Hi Swati, On Mon, Oct 15, 2018 at 01:39:54PM +0530, swatisha...@outlook.ms-acdc.office.com wrote: Btw, I can't reply to this address. > From: Vidya Srinivas > > > The following pixel formats are packed format that follows 4:2:2 > chroma sampling. For memory represenation each component is >

Re: [PATCH v3 1/4] drm: Add Y210, Y212, Y216 format definitions and fourcc

2018-10-16 Thread Alexandru-Cosmin Gheorghe
Hi Swati, On Mon, Oct 15, 2018 at 01:39:54PM +0530, swatisha...@outlook.ms-acdc.office.com wrote: > From: Vidya Srinivas > > The following pixel formats are packed format that follows 4:2:2 > chroma sampling. For memory represenation each component is > allocated 16 bits each. Thus each pixel