Skip to content

Commit 5109ec3

Browse files
committed
ExtendedTools: Add d3dkmt types for RS5
1 parent 4b2dcf1 commit 5109ec3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ProcessHacker/resource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@
749749
#define ID_GROUP_DISABLE 40298
750750
#define ID_GROUP_RESET 40299
751751
#define ID_TOOLS_SCM_PERMISSIONS 40300
752+
#define ID_TOOLS_RDP_PERMISSIONS 40301
752753
#define IDDYNAMIC 50000
753754
#define IDPLUGINS 55000
754755

plugins/ExtendedTools/d3dkmt.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ typedef enum _D3DDDI_QUERYREGISTRY_TYPE
788788
D3DDDI_QUERYREGISTRY_SERVICEKEY = 0, // HKLM\System\CurrentControlSet\Services\nvlddmkm
789789
D3DDDI_QUERYREGISTRY_ADAPTERKEY = 1, // HKLM\System\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000
790790
D3DDDI_QUERYREGISTRY_DRIVERSTOREPATH = 2,
791+
D3DDDI_QUERYREGISTRY_DRIVERIMAGEPATH = 3, // REDSTONE5
791792
D3DDDI_QUERYREGISTRY_MAX,
792793
} D3DDDI_QUERYREGISTRY_TYPE;
793794

@@ -848,6 +849,7 @@ typedef struct _D3DKMT_NODE_PERFDATA
848849
_Out_ ULONG Voltage; // Voltage of the engine in milli volts mV
849850
_Out_ ULONG VoltageMax; // The max voltage of the engine in milli volts while not overclocked.
850851
_Out_ ULONG VoltageMaxOC; // The max voltage of the engine while overclocked in milli volts.
852+
_Out_ ULONGLONG MaxTransitionLatency; // Max transition latency to change the frequency in 100 nanoseconds // REDSTONE5
851853
} D3DKMT_NODE_PERFDATA;
852854

853855
// Represents performance data collected per adapter on an interval basis.

0 commit comments

Comments
 (0)