Re: [PATCH v2 16/23] drm/rcar-du: Use GEM CMA object functions

2020-06-03 Thread Laurent Pinchart
Hi Thomas, Thank you for the patch. On Wed, Jun 03, 2020 at 10:31:25AM +0200, Thomas Zimmermann wrote: > The rcar-du driver uses the default implementation for CMA functions; except > for the .dumb_create callback. The DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE() > macro now sets these defaults and

[PATCH v2 16/23] drm/rcar-du: Use GEM CMA object functions

2020-06-03 Thread Thomas Zimmermann
The rcar-du driver uses the default implementation for CMA functions; except for the .dumb_create callback. The DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE() macro now sets these defaults and .dumb_create in struct drm_driver. By using DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE() the driver now sets .gem