Re: [PATCH drm-misc-next v4 2/8] drm/gpuvm: allow building as module

2023-09-24 Thread Dave Airlie
On Thu, 21 Sept 2023 at 00:43, Danilo Krummrich wrote: > > Currently, the DRM GPUVM does not have any core dependencies preventing > a module build. > > Also, new features from subsequent patches require helpers (namely > drm_exec) which can be built as module. > > Reviewed-by: Christian König >

[PATCH drm-misc-next v4 2/8] drm/gpuvm: allow building as module

2023-09-20 Thread Danilo Krummrich
Currently, the DRM GPUVM does not have any core dependencies preventing a module build. Also, new features from subsequent patches require helpers (namely drm_exec) which can be built as module. Reviewed-by: Christian König Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/Kconfig |