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

2023-09-11 Thread Christian König
Am 09.09.23 um 17:31 schrieb 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. Signed-off-by: Danilo Krummrich Reviewed-by: Chris

[PATCH drm-misc-next v3 2/7] drm/gpuvm: allow building as module

2023-09-09 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. Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/Kconfig | 7 +++ drivers/gpu/drm/Mak