The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] drm/gpuvm: fix missing dependency to DRM_EXEC
@ 2024-07-15 13:51 Danilo Krummrich
  2024-07-15 13:53 ` Christian König
  0 siblings, 1 reply; 2+ messages in thread
From: Danilo Krummrich @ 2024-07-15 13:51 UTC (permalink / raw)
  To: airlied, daniel, maarten.lankhorst, mripard, tzimmermann
  Cc: linux-kernel, dri-devel, Danilo Krummrich, Christian König,
	Boris Brezillon, Thomas Hellström

In commit 50c1a36f594b ("drm/gpuvm: track/lock/validate external/evicted
objects") we started using drm_exec, but did not select DRM_EXEC in the
Kconfig for DRM_GPUVM, fix this.

Cc: Christian König <christian.koenig@amd.com>
Cc: Boris Brezillon <boris.brezillon@collabora.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Fixes: 50c1a36f594b ("drm/gpuvm: track/lock/validate external/evicted objects")
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
---
 drivers/gpu/drm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index d0aa277fc3bf..d08d79bbb0f6 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -254,6 +254,7 @@ config DRM_EXEC
 config DRM_GPUVM
 	tristate
 	depends on DRM
+	select DRM_EXEC
 	help
 	  GPU-VM representation providing helpers to manage a GPUs virtual
 	  address space

base-commit: 833cd3e9ad8360785b6c23c82dd3856df00732d9
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-15 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 13:51 [PATCH] drm/gpuvm: fix missing dependency to DRM_EXEC Danilo Krummrich
2024-07-15 13:53 ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox