Commit a6e1cfc
Merge feature/dxgkrnl/5.15 into v5.15.59
* commit '9d4fe4f93bee536ee30db016067571fccdb88608': drivers:hv:dxgkrnl: Handle the new behavior of the VM bus channel where channel->max_pkt_size needs to be initialized. Allow killing a process waiting for a VM bus message reply drivers: hv: dxgkrnl: Implement support for mapping guest pages on the host. drivers: hv: dxgkrnl: Implement DXGSYNCFILE drivers: hv: dxgkrnl: Implementation of submit command, paging and hardware queue. drivers: hv: dxgkrnl: Seal the shared resource object when dxgk_share_objects is 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: Driver initialization and creation of dxgadapter1 parent 54be8ef commit a6e1cfc
File tree
20 files changed
+16829
-0
lines changed- drivers/hv
- dxgkrnl
- include
- linux
- uapi/misc
20 files changed
+16829
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8736 | 8736 | | |
8737 | 8737 | | |
8738 | 8738 | | |
| 8739 | + | |
| 8740 | + | |
| 8741 | + | |
| 8742 | + | |
| 8743 | + | |
| 8744 | + | |
8739 | 8745 | | |
8740 | 8746 | | |
8741 | 8747 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
| 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 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments