Re: [PATCH 1/7] drm: Add P010, P012, P016 format definitions and fourcc

2019-02-08 Thread Daniel Vetter
On Fri, Feb 8, 2019 at 2:51 PM wrote: > > From: Juha-Pekka Heikkila > > Add P010 definition, semi-planar yuv format where each component > is 16 bits 10 msb containing color value. First come Y plane [10:6] > followed by 2x2 subsampled Cr:Cb plane [10:6:10:6] > > Add P012 definition, semi-planar

[PATCH 1/7] drm: Add P010, P012, P016 format definitions and fourcc

2019-02-08 Thread swati2 . sharma
From: Juha-Pekka Heikkila Add P010 definition, semi-planar yuv format where each component is 16 bits 10 msb containing color value. First come Y plane [10:6] followed by 2x2 subsampled Cr:Cb plane [10:6:10:6] Add P012 definition, semi-planar yuv format where each component is 16 bits 12 msb con