[PATCH 3/4] drm/omap: remove align_pitch()

2016-04-19 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tuesday 19 Apr 2016 09:15:23 Tomi Valkeinen wrote: > On 19/04/16 05:12, Laurent Pinchart wrote: > > On Monday 18 Apr 2016 18:42:13 Tomi Valkeinen wrote: > >> The previous commit removed aligning the pitch to SGX's pitch > >> requirement from align_pitch(). Wha

[PATCH 3/4] drm/omap: remove align_pitch()

2016-04-19 Thread Tomi Valkeinen
On 19/04/16 05:12, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Monday 18 Apr 2016 18:42:13 Tomi Valkeinen wrote: >> The previous commit removed aligning the pitch to SGX's pitch >> requirement from align_pitch(). What's left is effectively a function >> that returns wid

[PATCH 3/4] drm/omap: remove align_pitch()

2016-04-19 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Monday 18 Apr 2016 18:42:13 Tomi Valkeinen wrote: > The previous commit removed aligning the pitch to SGX's pitch > requirement from align_pitch(). What's left is effectively a function > that returns width * bytespp. > > To clean up the driver, we can remove

[PATCH 3/4] drm/omap: remove align_pitch()

2016-04-18 Thread Tomi Valkeinen
The previous commit removed aligning the pitch to SGX's pitch requirement from align_pitch(). What's left is effectively a function that returns width * bytespp. To clean up the driver, we can remove the function and have the calculation inline in the two places which call align_pitch(). Signed-o