Re: [PATCH V2 4/4] drm/crc: add pre_crc_read function

2018-08-22 Thread Maarten Lankhorst
Op 21-08-18 om 10:38 schreef Mahesh Kumar: > This patch implements a callback function which will be called before > crc read. In this function driver can implement any preparation work > required for successfully reading CRC data. > > Changes Since V1: > - rebase > > Cc: dri-devel@lists.freedeskt

Re: [PATCH V2 4/4] drm/crc: add pre_crc_read function

2018-08-21 Thread Rodrigo Vivi
On Tue, Aug 21, 2018 at 02:08:58PM +0530, Mahesh Kumar wrote: > This patch implements a callback function which will be called before > crc read. In this function driver can implement any preparation work > required for successfully reading CRC data. > > Changes Since V1: > - rebase > > Cc: dri-