Re: [Nouveau] [PATCH drm-misc-next 1/3] drm: drm_exec: build always builtin

2023-08-21 Thread Danilo Krummrich
On 8/21/23 11:49, Christian König wrote: Am 20.08.23 um 23:53 schrieb Danilo Krummrich: drm_exec must always be builtin for the DRM GPUVA manager to depend on it. You should probably go the other way around and not always build in the GPUVA manager. Yes, I think that's reasonable.

Re: [Nouveau] [PATCH drm-misc-next 1/3] drm: drm_exec: build always builtin

2023-08-21 Thread Christian König
Am 20.08.23 um 23:53 schrieb Danilo Krummrich: drm_exec must always be builtin for the DRM GPUVA manager to depend on it. You should probably go the other way around and not always build in the GPUVA manager. We have intentionally and with quite a bit of work moved the DRM_EXEC and

[Nouveau] [PATCH drm-misc-next 1/3] drm: drm_exec: build always builtin

2023-08-20 Thread Danilo Krummrich
drm_exec must always be builtin for the DRM GPUVA manager to depend on it. Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/Kconfig | 6 -- drivers/gpu/drm/Makefile| 3 +-- drivers/gpu/drm/nouveau/Kconfig | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) diff --git