RE: [PATCH v3 3/8] drm: Add bus timings helper

2019-12-06 Thread Fabrizio Castro
Hi Laurent, Thank you for your feedback! > From: linux-kernel-ow...@vger.kernel.org > On Behalf Of Laurent Pinchart > Sent: 07 November 2019 19:26 > Subject: Re: [PATCH v3 3/8] drm: Add bus timings helper > > Hi Fabrizio, > > Thank you for the patch. > > On W

RE: [PATCH v3 3/8] drm: Add bus timings helper

2019-12-06 Thread Fabrizio Castro
Hi Daniel, Thank you for your feedback! > From: Daniel Vetter On Behalf Of Daniel Vetter > Sent: 07 November 2019 19:30 > Subject: Re: [PATCH v3 3/8] drm: Add bus timings helper > > On Thu, Nov 07, 2019 at 09:26:21PM +0200, Laurent Pinchart wrote: > > Hi Fabrizio, >

Re: [PATCH v3 3/8] drm: Add bus timings helper

2019-11-07 Thread Daniel Vetter
On Thu, Nov 07, 2019 at 09:26:21PM +0200, Laurent Pinchart wrote: > Hi Fabrizio, > > Thank you for the patch. > > On Wed, Aug 28, 2019 at 07:36:37PM +0100, Fabrizio Castro wrote: > > Helper to provide bus timing information. > > You may want to expand this a bit. And actually fix it too, as the

Re: [PATCH v3 3/8] drm: Add bus timings helper

2019-11-07 Thread Laurent Pinchart
Hi Fabrizio, Thank you for the patch. On Wed, Aug 28, 2019 at 07:36:37PM +0100, Fabrizio Castro wrote: > Helper to provide bus timing information. You may want to expand this a bit. And actually fix it too, as the helper you introduce isn't related to timings (same for the subject line). > Sign

[PATCH v3 3/8] drm: Add bus timings helper

2019-08-28 Thread Fabrizio Castro
Helper to provide bus timing information. Signed-off-by: Fabrizio Castro --- v2->v3: * new patch --- drivers/gpu/drm/Makefile | 3 +- drivers/gpu/drm/drm_bus_timings.c | 97 +++ include/drm/drm_bus_timings.h | 21 + 3 files changed, 120