dma remmaping disable (nvidia)

Everything about latency. This section is mainly user/consumer discussion. (Peer-reviewed scientific discussion should go in Laboratory section). Tips, mouse lag, display lag, game engine lag, network lag, whole input lag chain, VSYNC OFF vs VSYNC ON, and more! Input Lag Articles on Blur Busters.
agendarsky
Posts: 89
Joined: 08 Jan 2021, 16:32

dma remmaping disable (nvidia)

Post by agendarsky » 11 Jan 2025, 16:40

what about this guys, how does this feels to you?
navige to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters change DmaRemappingCompatible from 1 (3 was my case even its undocummented value) to 0 , restart and post if its doing nothing or something. :?

ahead
Posts: 216
Joined: 21 Jun 2023, 02:15

Re: dma remmaping disable (nvidia)

Post by ahead » 11 Jan 2025, 22:56

In Windows, the DMA remapping setting works as follows:

3 (Auto): Windows automatically manages DMA remapping.
0 (Disabled): Disables DMA remapping, which can slightly lower latency during address translation.
1 (Enabled): Forces DMA remapping to be enabled, prioritizing memory protection.
Disabling it (setting to 0) might reduce latency a bit, but for gaming, leaving it at 3 (Auto) is likely the best option. Still, you can experiment to see if changing it makes a noticeable difference.

JimCarry
Posts: 586
Joined: 24 May 2024, 20:01
Location: csgo

Re: dma remmaping disable (nvidia)

Post by JimCarry » 12 Jan 2025, 06:37

does amd have it?

ahead
Posts: 216
Joined: 21 Jun 2023, 02:15

Re: dma remmaping disable (nvidia)

Post by ahead » 12 Jan 2025, 22:43

yes. Be cautious: Disabling remapping can have unintended effects, depending on the type of remapping in use.

JimCarry
Posts: 586
Joined: 24 May 2024, 20:01
Location: csgo

Re: dma remmaping disable (nvidia)

Post by JimCarry » 13 Jan 2025, 02:07

ahead wrote:
12 Jan 2025, 22:43
yes. Be cautious: Disabling remapping can have unintended effects, depending on the type of remapping in use.
so if i want to test what should i do?

and is this path only for nvidia users ?
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters

ahead
Posts: 216
Joined: 21 Jun 2023, 02:15

Re: dma remmaping disable (nvidia)

Post by ahead » 13 Jan 2025, 07:21

Everything is simple; the result can be the opposite of what you expected.

JimCarry
Posts: 586
Joined: 24 May 2024, 20:01
Location: csgo

Re: dma remmaping disable (nvidia)

Post by JimCarry » 14 Jan 2025, 04:12

ahead wrote:
13 Jan 2025, 07:21
Everything is simple; the result can be the opposite of what you expected.
????????????????????????????????????????????????

ahead
Posts: 216
Joined: 21 Jun 2023, 02:15

Re: dma remmaping disable (nvidia)

Post by ahead » 14 Jan 2025, 20:47

DmaRemappingCompatible to 0 -> 1 -> 2.

JimCarry
Posts: 586
Joined: 24 May 2024, 20:01
Location: csgo

Re: dma remmaping disable (nvidia)

Post by JimCarry » 15 Jan 2025, 04:25

ahead wrote:
14 Jan 2025, 20:47
DmaRemappingCompatible to 0 -> 1 -> 2.
i ask you about the reg path i dont even have it ?
Attachments
3.GIF
3.GIF (4.9 KiB) Viewed 4042 times

ahead
Posts: 216
Joined: 21 Jun 2023, 02:15

Re: dma remmaping disable (nvidia)

Post by ahead » 15 Jan 2025, 23:38

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm\Parameters

Post Reply