Loading
nixos/nvidia: remove unnecessary kernel parameter
NVreg_OpenRmEnableUnsupportedGpus has had no effect since driver release 545.23.06 of the open kernel modules, where it is documented: >Option: OpenRmEnableUnsupportedGpus >This option to require opt in for use of Open RM on non-Data Center >GPUs is deprecated and no longer required. The kernel module parameter >is left here, though ignored, for backwards compatibility. In the following NVIDIA/open-gpu-kernel-modules commit: [b5bf85a8e3](https://github.com/NVIDIA/open-gpu-kernel-modules/commit/b5bf85a8e3eb2516b9abca4d1becaf1172d62822) Potentially closes #438930 Backwards compatibility: there is a legacy 535 driver affected which would use the flag. Version check added to keep that as it was until now. Other legacy (before 515, no open module) or newer (after 545) unaffected.