Re: [PATCH v3 00/43] Convert most CMA-based drivers to GEM object functions

2020-06-05 Thread Emil Velikov
Hi Thomas, On Fri, 5 Jun 2020 at 08:33, Thomas Zimmermann wrote: > > Most of the CMA-based drivers use the default implementation for the > callbacks in struct drm_driver. With this patch, these interfaces are > initialized with a common helper macro and GEM object functions replace > several dep

[PATCH v3 00/43] Convert most CMA-based drivers to GEM object functions

2020-06-05 Thread Thomas Zimmermann
Most of the CMA-based drivers use the default implementation for the callbacks in struct drm_driver. With this patch, these interfaces are initialized with a common helper macro and GEM object functions replace several deprecated interfaces. To address Laurent's comment on the amount of changes pe