Skip to content

Commit 11e9a53

Browse files
Iouri Tarassovtyhicks
authored andcommitted
Updated from the latest upstream code
Signed-off-by: Iouri Tarassov <iourit@linux.microsoft.com>
1 parent ec49cf3 commit 11e9a53

13 files changed

Lines changed: 1220 additions & 2023 deletions

File tree

drivers/hv/dxgkrnl/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,3 @@ config DXGKRNL
2323
to the driver IOCTLs. The virtual GPU devices are paravirtualized,
2424
which means that access to the hardware is done in the host. The driver
2525
communicates with the host using Hyper-V VM bus communication channels.
26-
27-
config DXGKRNL_DEBUG
28-
bool "Enable debug checks for Microsoft Paravirtualized GPU driver"
29-
depends on DXGKRNL
30-
help
31-
Say Y here if you want the Microsoft Paravirtualized GPU driver to
32-
perform additional checks and provide more debug information.

drivers/hv/dxgkrnl/d3dkmthk.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
* Copyright (c) 2019, Microsoft Corporation.
55
*
66
* Author:
7-
* Iouri Tarassov <iourit@microsoft.com>
7+
* Iouri Tarassov <iourit@linux.microsoft.com>
88
*
9-
* Dxgkrnl Graphics Port Driver user mode interface
9+
* Dxgkrnl Graphics Driver
10+
* User mode WDDM interface definitions
1011
*
1112
*/
1213

0 commit comments

Comments
 (0)