Re: [PATCH 1/3] drm/cma-helper: Move driver and file ops to the end of header

2021-11-29 Thread Maxime Ripard
On Mon, Nov 15, 2021 at 01:01:46PM +0100, Thomas Zimmermann wrote: > Restructure the header file for CMA helpers by moving declarations > for driver and file operations to the end of the file. No functional > changes. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Maxime Ripard Maxime sig

Re: [PATCH 1/3] drm/cma-helper: Move driver and file ops to the end of header

2021-11-16 Thread Thomas Zimmermann
Hi Laurent Am 15.11.21 um 14:40 schrieb Laurent Pinchart: Hi Thomas, Thank you for the patch. On Mon, Nov 15, 2021 at 01:01:46PM +0100, Thomas Zimmermann wrote: Restructure the header file for CMA helpers by moving declarations for driver and file operations to the end of the file. No functio

Re: [PATCH 1/3] drm/cma-helper: Move driver and file ops to the end of header

2021-11-15 Thread Laurent Pinchart
Hi Thomas, Thank you for the patch. On Mon, Nov 15, 2021 at 01:01:46PM +0100, Thomas Zimmermann wrote: > Restructure the header file for CMA helpers by moving declarations > for driver and file operations to the end of the file. No functional > changes. > > Signed-off-by: Thomas Zimmermann I'm