[Intel-gfx] [PATCH 03/13] drm: add Makefile support for drm buddy

2021-10-20 Thread Arunpravin
- Include drm buddy to DRM root Makefile - Add drm buddy init and exit function calls to drm core Signed-off-by: Arunpravin --- drivers/gpu/drm/Makefile | 2 +- drivers/gpu/drm/drm_drv.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/Makefile b/drivers/

Re: [Intel-gfx] [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

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

2021-10-25 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