Re: [PATCH v5 10/10] drm/rcar-du/crc: Implement get_crc_sources callback

2018-08-08 Thread Laurent Pinchart
Hi Mahesh, Thank you for the patch. On Monday, 23 July 2018 13:44:51 EEST Mahesh Kumar wrote: > This patch implements get_crc_sources callback, which returns list of > all the crc sources supported by driver in current platform. > > Changes Since V1: > - move sources list per-crtc > - init sou

[PATCH v5 10/10] drm/rcar-du/crc: Implement get_crc_sources callback

2018-07-23 Thread Mahesh Kumar
This patch implements get_crc_sources callback, which returns list of all the crc sources supported by driver in current platform. Changes Since V1: - move sources list per-crtc - init sources-list only for gen3 Changes Since V2: - Adopt to driver style - Address other review comments from Lau