Commit 8cb7307
committed
Merge feature/dxgkrnl (033834b)
* msft/feature/dxgkrnl:
drivers: hv: dxgkrnl: Implement DXGSYNCFILE
drivers: hv: dxgkrnl: Implement the following ioctls: - LX_DXRESERVEGPUVIRTUALADDRESS, - LX_DXMAKERESIDENT, LX_DXEVICT, LX_DXFREEGPUVIRTUALADDRESS, - LX_DXMAPGPUVIRTUALADDRESS, LX_DXUPDATEGPUVIRTUALADDRESS, - LX_DXOFFERALLOCATIONS, LX_DXRECLAIMALLOCATIONS2. - LX_DXESCAPE, LX_DXGETDEVICESTATE, LX_DXMARKDEVICEASERROR, - LX_DXQUERYSTATISTICS, - LX_DXGETCONTEXTINPROCESSSCHEDULINGPRIORITY, - LX_DXGETCONTEXTSCHEDULINGPRIORITY, - LX_DXSETCONTEXTINPROCESSSCHEDULINGPRIORITY, - LX_DXSETCONTEXTSCHEDULINGPRIORITY.
drivers: hv: dxgkrnl: Implementation of submit command, paging queue and hardware queue implementation.
drivers: hv: dxgkrnl: Seal the shared resource object when dxgk_share_objectsis called.
drivers: hv: dxgkrnl: Implement sharing resources and sync objects
drivers: hv: dxgkrnl: Implement operations with GPU sync objects
drivers: hv: dxgkrnl: Implement creation/destruction of GPU allocations/resources
drivers: hv: dxgkrnl: Open device object, adapter enumeration, dxgdevice, dxgcontext creation
drivers: hv: dxgkrnl: Driver initialization and creation of dxgadapterFile tree
20 files changed
+16520
-0
lines changed- drivers/hv
- dxgkrnl
- include
- linux
- uapi/misc
20 files changed
+16520
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8190 | 8190 | | |
8191 | 8191 | | |
8192 | 8192 | | |
| 8193 | + | |
| 8194 | + | |
| 8195 | + | |
| 8196 | + | |
| 8197 | + | |
| 8198 | + | |
8193 | 8199 | | |
8194 | 8200 | | |
8195 | 8201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments