Milos Tijanic
Milos Tijanic
Follow-up on this: > Update: We've found two possible causes of stutter. Or rather, we found two issues that definitely cause stutter _on some configurations_, but we still don't have...
> I will test further with the closed source driver + GSP enabled. Please! Closed source and GSP ON vs OFF will give us the best info to triage further....
To elaborate a bit, we actually have two sets of changelogs (for _reasons_) that mostly list different things. Most driver changes that get a changelog entry (and not many do)...
If you resolve the merge conflicts and fix the whitespace nits above, I'll click merge.
Hey there, thanks for the report! This seems to be a mix of problems, but a big part of it is likely the known issue of power transitions being a...
Hi @erars123123 , thanks for that info. Could I ask you to please double-check this claim: > only nvidia.NVreg_RegistryDwords=“RMForcePstate=5” - everything works fine with GSP and pstate=5 There's effectively three...
Thanks for this, it is very useful info. When we come up with a more objective test (something that gives out an actual number) we might ask you to try...
Hey there! Thanks for the report, great find! Here's a fix: ```diff diff --git a/src/nvidia/src/kernel/gpu_mgr/gpu_mgr_sli.c b/src/nvidia/src/kernel/gpu_mgr/gpu_mgr_sli.c index 23c484c8..a98a7353 100644 --- a/src/nvidia/src/kernel/gpu_mgr/gpu_mgr_sli.c +++ b/src/nvidia/src/kernel/gpu_mgr/gpu_mgr_sli.c @@ -528,9 +528,9 @@ gpumgrGetSliLinks(NV0000_CTRL_GPU_GET_VIDEO_LINKS_PARAMS *pVideoLinksParams) while...
> I worked around that to test using dummy nvidia-open and nvidia-open-560 packages so I could install the closed driver package instead, and that driver works without error. By the...
I believe this should be fixed with [555.42.02](https://github.com/NVIDIA/open-gpu-kernel-modules/tree/555.42.02). This is the relevant change so you can apply it to 550.xx as well: ```diff diff --git a/src/nvidia/src/kernel/gpu/disp/head/kernel_head.c b/src/nvidia/src/kernel/gpu/disp/head/kernel_head.c index 50e14fa..5da4a43 100644...