[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200519163234.226513-3-sashal@kernel.org>
Date: Tue, 19 May 2020 12:32:32 -0400
From: Sasha Levin <sashal@...nel.org>
To: alexander.deucher@....com, chris@...is-wilson.co.uk,
ville.syrjala@...ux.intel.com, Hawking.Zhang@....com,
tvrtko.ursulin@...el.com
Cc: linux-kernel@...r.kernel.org, linux-hyperv@...r.kernel.org,
kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com,
wei.liu@...nel.org, spronovo@...rosoft.com, iourit@...rosoft.com,
dri-devel@...ts.freedesktop.org, linux-fbdev@...r.kernel.org,
gregkh@...uxfoundation.org, Sasha Levin <sashal@...nel.org>
Subject: [RFC PATCH 2/4] gpu: dxgkrnl: hook up dxgkrnl
Connect the dxgkrnl module to the drivers/gpu/ makefile and Kconfig.
Signed-off-by: Sasha Levin <sashal@...nel.org>
---
drivers/gpu/Makefile | 2 +-
drivers/video/Kconfig | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile
index 835c88318cec..28c22c814494 100644
--- a/drivers/gpu/Makefile
+++ b/drivers/gpu/Makefile
@@ -3,6 +3,6 @@
# taken to initialize them in the correct order. Link order is the only way
# to ensure this currently.
obj-$(CONFIG_TEGRA_HOST1X) += host1x/
-obj-y += drm/ vga/
+obj-y += drm/ vga/ dxgkrnl/
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 427a993c7f57..362c08778a54 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -19,6 +19,8 @@ source "drivers/gpu/ipu-v3/Kconfig"
source "drivers/gpu/drm/Kconfig"
+source "drivers/gpu/dxgkrnl/Kconfig"
+
menu "Frame buffer Devices"
source "drivers/video/fbdev/Kconfig"
endmenu
--
2.25.1
Powered by blists - more mailing lists