Re: [PATCH 12/21] drm/mcde: Use GEM CMA object functions

2020-05-25 Thread Thomas Zimmermann
Hi Am 25.05.20 um 15:08 schrieb Linus Walleij: > On Mon, May 25, 2020 at 2:51 PM Thomas Zimmermann wrote: >> Am 25.05.20 um 13:36 schrieb Linus Walleij: >>> On Fri, May 22, 2020 at 3:52 PM Thomas Zimmermann >>> wrote: >>> The mcde driver uses the default implementation for CMA functions. T

Re: [PATCH 12/21] drm/mcde: Use GEM CMA object functions

2020-05-25 Thread Linus Walleij
On Mon, May 25, 2020 at 2:51 PM Thomas Zimmermann wrote: > Am 25.05.20 um 13:36 schrieb Linus Walleij: > > On Fri, May 22, 2020 at 3:52 PM Thomas Zimmermann > > wrote: > > > >> The mcde driver uses the default implementation for CMA functions. The > >> DRM_GEM_CMA_DRIVER_OPS macro now sets these

Re: [PATCH 12/21] drm/mcde: Use GEM CMA object functions

2020-05-25 Thread Thomas Zimmermann
Hi Am 25.05.20 um 13:36 schrieb Linus Walleij: > On Fri, May 22, 2020 at 3:52 PM Thomas Zimmermann wrote: > >> The mcde driver uses the default implementation for CMA functions. The >> DRM_GEM_CMA_DRIVER_OPS macro now sets these defaults in struct drm_driver. >> All remaining operations are prov

Re: [PATCH 12/21] drm/mcde: Use GEM CMA object functions

2020-05-25 Thread Linus Walleij
On Fri, May 22, 2020 at 3:52 PM Thomas Zimmermann wrote: > The mcde driver uses the default implementation for CMA functions. The > DRM_GEM_CMA_DRIVER_OPS macro now sets these defaults in struct drm_driver. > All remaining operations are provided by CMA GEM object functions. > > Signed-off-by: Th

[PATCH 12/21] drm/mcde: Use GEM CMA object functions

2020-05-22 Thread Thomas Zimmermann
The mcde driver uses the default implementation for CMA functions. The DRM_GEM_CMA_DRIVER_OPS macro now sets these defaults in struct drm_driver. All remaining operations are provided by CMA GEM object functions. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mcde/mcde_drv.c | 12 +