search for: nvreg_registrydword

Displaying 6 results from an estimated 6 matches for "nvreg_registrydword".

Did you mean: nvreg_registrydwords
2024 Jan 29
0
[PATCH] [v2] nouveau: add command-line GSP-RM registry support
Add the NVreg_RegistryDwords command line parameter, which allows specifying additional registry keys to be sent to GSP-RM. This allows additional configuration, debugging, and experimentation with GSP-RM, which uses these keys to alter its behavior. Note that these keys are passed as-is to GSP-RM, and Nouveau does not pars...
2024 Feb 20
2
[PATCH] [v4] nouveau: add command-line GSP-RM registry support
Add the NVreg_RegistryDwords command line parameter, which allows specifying additional registry keys to be sent to GSP-RM. This allows additional configuration, debugging, and experimentation with GSP-RM, which uses these keys to alter its behavior. Note that these keys are passed as-is to GSP-RM, and Nouveau does not pars...
2013 Nov 21
2
H.264 engine differences between fermi and tesla cards
...g the firmware blobs > from the NVIDIA proprietary driver. > > Thanks, > > -ilia As you observed, the nvidia driver unloads the video engines on certain GPUs when they go idle to save power. You can disable this behavior by loading the nvidia kernel module with: modprobe nvidia NVreg_RegistryDwords="RMPowerFeature=64" Regarding your H.264 hangs, the most likely cause is mis-programming the video engine. I suggest double-checking that the nouveau driver sends the exact same parameters for each decode operation as the nvidia driver does. In particular, check that buffer alignments...
2013 Nov 21
0
H.264 engine differences between fermi and tesla cards
...t; from the NVIDIA proprietary driver. >> >> Thanks, >> >> -ilia > > As you observed, the nvidia driver unloads the video engines on certain GPUs when they go idle to save power. You can disable this behavior by loading the nvidia kernel module with: modprobe nvidia NVreg_RegistryDwords="RMPowerFeature=64" > > Regarding your H.264 hangs, the most likely cause is mis-programming the video engine. I suggest double-checking that the nouveau driver sends the exact same parameters for each decode operation as the nvidia driver does. In particular, check that buffer a...
2013 Nov 30
2
H.264 engine differences between fermi and tesla cards
...ietary driver. >>> >>> Thanks, >>> >>> -ilia >> >> As you observed, the nvidia driver unloads the video engines on certain GPUs when they go idle to save power. You can disable this behavior by loading the nvidia kernel module with: modprobe nvidia NVreg_RegistryDwords="RMPowerFeature=64" >> >> Regarding your H.264 hangs, the most likely cause is mis-programming the video engine. I suggest double-checking that the nouveau driver sends the exact same parameters for each decode operation as the nvidia driver does. In particular, check that...
2013 Dec 07
0
H.264 engine differences between fermi and tesla cards
...> > >>> -ilia > >> > >> As you observed, the nvidia driver unloads the video engines on > >> certain GPUs when they go idle to save power. You can disable > >> this behavior by loading the nvidia kernel module with: modprobe > >> nvidia NVreg_RegistryDwords="RMPowerFeature=64" > >> > >> Regarding your H.264 hangs, the most likely cause is > >> mis-programming the video engine. I suggest double-checking that > >> the nouveau driver sends the exact same parameters for each decode > >> operation as...