Re: [PATCH 03/13] drm: add Makefile support for drm buddy

2021-10-22 Thread Arunpravin
On 20/10/21 1:51 pm, Thomas Zimmermann wrote: > Hi > > Am 20.10.21 um 00:53 schrieb Arunpravin: >> - Include drm buddy to DRM root Makefile >> - Add drm buddy init and exit function calls >>to drm core > > Is there a hard requirement to have this code in the core? > > IMHO there's already

Re: [PATCH 03/13] drm: add Makefile support for drm buddy

2021-10-20 Thread Thomas Zimmermann
Hi Am 20.10.21 um 00:53 schrieb Arunpravin: - Include drm buddy to DRM root Makefile - Add drm buddy init and exit function calls to drm core Is there a hard requirement to have this code in the core? IMHO there's already too much code in the DRM core that should rather go into helpers. T