Re: [PATCH RFC 4/6] drm/omap: cleanup color space conversion

2017-04-21 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Friday 21 Apr 2017 12:51:15 Jyri Sarha wrote: > From: Tomi Valkeinen > > The setup code for color space conversion is a bit messy. This patch > cleans it up. > > For some reason the TRM uses values in YCrCb order, which is also used > in the current driver,

[PATCH RFC 4/6] drm/omap: cleanup color space conversion

2017-04-21 Thread Jyri Sarha
From: Tomi Valkeinen The setup code for color space conversion is a bit messy. This patch cleans it up. For some reason the TRM uses values in YCrCb order, which is also used in the current driver, whereas everywhere else it's YCbCr (which also matches YUV order). This patch changes the tables t