Page 2 of 3

Re: dma remmaping disable (nvidia)

Posted: 16 Jan 2025, 06:48
by JimCarry
ahead wrote:
15 Jan 2025, 23:38
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters
as i show in the screen i above i dont have this path, the only i have is "FTS".

Re: dma remmaping disable (nvidia)

Posted: 16 Jan 2025, 10:07
by SeekNDstroy
JimCarry wrote:
16 Jan 2025, 06:48
ahead wrote:
15 Jan 2025, 23:38
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters
as i show in the screen i above i dont have this path, the only i have is "FTS".
Why there is nvlddmkm path for you? Did you have a Nvidia gpu? Afaik it is for Nvidia gpus. As you are using RX580, if you had a Nvidia gpu, you had to use DDU to clean the nvidia stuffs.

Re: dma remmaping disable (nvidia)

Posted: 16 Jan 2025, 10:41
by JimCarry
SeekNDstroy wrote:
16 Jan 2025, 10:07
JimCarry wrote:
16 Jan 2025, 06:48
ahead wrote:
15 Jan 2025, 23:38
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters
as i show in the screen i above i dont have this path, the only i have is "FTS".
Why there is nvlddmkm path for you? Did you have a Nvidia gpu? Afaik it is for Nvidia gpus. As you are using RX580, if you had a Nvidia gpu, you had to use DDU to clean the nvidia stuffs.
i did use ddu and i never had nvida, i will delete the nvlddmkm key.

Re: dma remmaping disable (nvidia)

Posted: 16 Jan 2025, 13:33
by agendarsky
guys please do the usb 2.0 controller mode trick. No regedit tweaks will help until you fix root of the isue which is either bad usb driver or game engines cant handle such speeds without being incosistent.

Re: dma remmaping disable (nvidia)

Posted: 16 Jan 2025, 19:16
by JimCarry
agendarsky wrote:
16 Jan 2025, 13:33
guys please do the usb 2.0 controller mode trick. No regedit tweaks will help until you fix root of the isue which is either bad usb driver or game engines cant handle such speeds without being incosistent.
explain the tweak or give link ?

Re: dma remmaping disable (nvidia)

Posted: 21 Mar 2025, 10:50
by Jonnyc55
"DMA remapping isn't supported for graphics device drivers."

https://learn.microsoft.com/en-us/windo ... ce-drivers

Valid values for DmaRemappingCompatible:

Value Meaning
0 Opt-out. Indicates that your driver is incompatible with DMA remapping.
1 Opt-in. Indicates that your driver is fully compatible with DMA remapping.
2 Opt-in, but only when one or more of the following conditions are met: A. The device is an external device (for example, Thunderbolt); B. DMA verification is enabled in Driver Verifier
3 Opt-in

Say not supported for gpu driver yet my default is 3

Re: dma remmaping disable (nvidia)

Posted: 21 Mar 2025, 13:27
by JimCarry
Jonnyc55 wrote:
21 Mar 2025, 10:50
"DMA remapping isn't supported for graphics device drivers."

https://learn.microsoft.com/en-us/windo ... ce-drivers

Valid values for DmaRemappingCompatible:

Value Meaning
0 Opt-out. Indicates that your driver is incompatible with DMA remapping.
1 Opt-in. Indicates that your driver is fully compatible with DMA remapping.
2 Opt-in, but only when one or more of the following conditions are met: A. The device is an external device (for example, Thunderbolt); B. DMA verification is enabled in Driver Verifier
3 Opt-in

Say not supported for gpu driver yet my default is 3
you have nvidia right,if some one give the amd key i can make benchmakrs, before and after, i think for is this the key but i am not sure?

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\amdwddmg\Parameters]
"DmaRemappingCompatible"=dword:00000003
or
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\amdwddmg\Parameters]
"DmaRemappingCompatible"=dword:00000003

Re: dma remmaping disable (nvidia)

Posted: 05 Jun 2025, 11:38
by Jonnyc55
JimCarry wrote:
21 Mar 2025, 13:27
Jonnyc55 wrote:
21 Mar 2025, 10:50
"DMA remapping isn't supported for graphics device drivers."

https://learn.microsoft.com/en-us/windo ... ce-drivers

Valid values for DmaRemappingCompatible:

Value Meaning
0 Opt-out. Indicates that your driver is incompatible with DMA remapping.
1 Opt-in. Indicates that your driver is fully compatible with DMA remapping.
2 Opt-in, but only when one or more of the following conditions are met: A. The device is an external device (for example, Thunderbolt); B. DMA verification is enabled in Driver Verifier
3 Opt-in

Say not supported for gpu driver yet my default is 3
you have nvidia right,if some one give the amd key i can make benchmakrs, before and after, i think for is this the key but i am not sure?

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\amdwddmg\Parameters]
"DmaRemappingCompatible"=dword:00000003
or
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\amdwddmg\Parameters]
"DmaRemappingCompatible"=dword:00000003
Sorry yes Nvidia, 3060.

In the link I provided in other post, I wasn't clear, it says in a warning box:

"DMA remapping isn't supported for graphics device drivers."

Yet we see this key for the GPU. I can only think, windows OS merely sees a PCI device, and adds the key anyway. However, there's no telling how Nvidia GPU will work with the registry key, maybe does something with it by itself. So mine was default 3, and I set it 0.

Well if it helps mine was in:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters, but yes. amdwddmg, no idea if that is the target for you.

Re: dma remmaping disable (nvidia)

Posted: 05 Jun 2025, 16:37
by JimCarry
Jonnyc55 wrote:
05 Jun 2025, 11:38
JimCarry wrote:
21 Mar 2025, 13:27
Jonnyc55 wrote:
21 Mar 2025, 10:50
"DMA remapping isn't supported for graphics device drivers."

https://learn.microsoft.com/en-us/windo ... ce-drivers

Valid values for DmaRemappingCompatible:

Value Meaning
0 Opt-out. Indicates that your driver is incompatible with DMA remapping.
1 Opt-in. Indicates that your driver is fully compatible with DMA remapping.
2 Opt-in, but only when one or more of the following conditions are met: A. The device is an external device (for example, Thunderbolt); B. DMA verification is enabled in Driver Verifier
3 Opt-in

Say not supported for gpu driver yet my default is 3
you have nvidia right,if some one give the amd key i can make benchmakrs, before and after, i think for is this the key but i am not sure?

[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\amdwddmg\Parameters]
"DmaRemappingCompatible"=dword:00000003
or
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\amdwddmg\Parameters]
"DmaRemappingCompatible"=dword:00000003
Sorry yes Nvidia, 3060.

In the link I provided in other post, I wasn't clear, it says in a warning box:

"DMA remapping isn't supported for graphics device drivers."

Yet we see this key for the GPU. I can only think, windows OS merely sees a PCI device, and adds the key anyway. However, there's no telling how Nvidia GPU will work with the registry key, maybe does something with it by itself. So mine was default 3, and I set it 0.

Well if it helps mine was in:

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters, but yes. amdwddmg, no idea if that is the target for you.
ok so if someone knows,maybe give source and maybe then benchamarks?

Re: dma remmaping disable (nvidia)

Posted: 06 Jun 2025, 12:35
by Jonnyc55
I got temp banned in COD yesterday supposed cheating, these reg keys might trigger anti-cheat I wonder... DMA hack cards exist for games like CoD.