Re: [PATCH] drm: rcar-du: Remove packed VYUY support

2018-09-14 Thread Laurent Pinchart
Hi Kieran, On Friday, 14 September 2018 16:55:38 EEST Kieran Bingham wrote: > On 14/09/18 14:51, Laurent Pinchart wrote: > > On Friday, 14 September 2018 16:21:49 EEST Kieran Bingham wrote: > >> The Gen3 VSP used by the DU for display does not support packed the VYUY > >> pixel format. Gen2 VSP ha

Re: [PATCH] drm: rcar-du: Remove packed VYUY support

2018-09-14 Thread Kieran Bingham
Hi Laurent, On 14/09/18 14:51, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Friday, 14 September 2018 16:21:49 EEST Kieran Bingham wrote: >> The Gen3 VSP used by the DU for display does not support packed the VYUY >> pixel format. Gen2 VSP hardware is able to process

Re: [PATCH] drm: rcar-du: Remove packed VYUY support

2018-09-14 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Friday, 14 September 2018 16:21:49 EEST Kieran Bingham wrote: > The Gen3 VSP used by the DU for display does not support packed the VYUY > pixel format. Gen2 VSP hardware is able to process this format, but it > is not officially supported there either and t

[PATCH] drm: rcar-du: Remove packed VYUY support

2018-09-14 Thread Kieran Bingham
The Gen3 VSP used by the DU for display does not support packed the VYUY pixel format. Gen2 VSP hardware is able to process this format, but it is not officially supported there either and thus it's output can not be guaranteed. Remove the format from the capabilities of the DU driver. Signed-off