From 28eae3d3cc83de60f9889784af0c1ea48d1c780b Mon Sep 17 00:00:00 2001 From: WSLUser <33032910+WSLUser@users.noreply.github.com> Date: Wed, 6 Jul 2022 15:44:31 -0400 Subject: [PATCH 1/2] Add DirectX12 support to kernel Added support as a module (so it won't be installed for all platforms by default.) This should be enabled for all VMs that run on Windows but at the very minimum should support Hyper-V. --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 4520830768e3e..991f65490189f 100644 --- a/config +++ b/config @@ -7560,6 +7560,7 @@ CONFIG_HYPERV=y CONFIG_HYPERV_TIMER=y CONFIG_HYPERV_UTILS=m CONFIG_HYPERV_BALLOON=m +CONFIG_DXGKRNL=m # end of Microsoft Hyper-V guest support # CONFIG_GREYBUS is not set From 29c9c62c79fdec77741c10c5f424c02735cd430e Mon Sep 17 00:00:00 2001 From: WSLUser <33032910+WSLUser@users.noreply.github.com> Date: Thu, 7 Jul 2022 09:26:33 -0400 Subject: [PATCH 2/2] Update config-fragment --- config-fragment | 1 + 1 file changed, 1 insertion(+) diff --git a/config-fragment b/config-fragment index aa22c2fffd54f..6131727c22b42 100644 --- a/config-fragment +++ b/config-fragment @@ -7559,6 +7559,7 @@ CONFIG_HYPERV=y CONFIG_HYPERV_TIMER=y CONFIG_HYPERV_UTILS=m CONFIG_HYPERV_BALLOON=m +CONFIG_DXGKRNL=m # end of Microsoft Hyper-V guest support # CONFIG_GREYBUS is not set