Re: [PATCH 3/3] drm/cma-helper: Pass GEM CMA object in public interfaces

2021-11-29 Thread Maxime Ripard
On Mon, Nov 15, 2021 at 01:01:48PM +0100, Thomas Zimmermann wrote: > Change all GEM CMA object functions that receive a GEM object > of type struct drm_gem_object to expect an object of type > struct drm_gem_cma_object instead. > > This change reduces the number of upcasts from struct drm_gem_obje

Re: [PATCH 3/3] drm/cma-helper: Pass GEM CMA object in public interfaces

2021-11-16 Thread Thomas Zimmermann
Hi Laurent Am 15.11.21 um 14:50 schrieb Laurent Pinchart: Hi Thomas, Thank you for the patch. On Mon, Nov 15, 2021 at 01:01:48PM +0100, Thomas Zimmermann wrote: Change all GEM CMA object functions that receive a GEM object of type struct drm_gem_object to expect an object of type struct drm_g

Re: [PATCH 3/3] drm/cma-helper: Pass GEM CMA object in public interfaces

2021-11-15 Thread Laurent Pinchart
Hi Thomas, Thank you for the patch. On Mon, Nov 15, 2021 at 01:01:48PM +0100, Thomas Zimmermann wrote: > Change all GEM CMA object functions that receive a GEM object > of type struct drm_gem_object to expect an object of type > struct drm_gem_cma_object instead. > > This change reduces the numb