open-gpu-kernel-modules icon indicating copy to clipboard operation
open-gpu-kernel-modules copied to clipboard

NVIDIA Linux open GPU kernel module source

Results 125 open-gpu-kernel-modules issues
Sort by recently updated
recently updated
newest added

### NVIDIA Open GPU Kernel Modules Version nvidia-open 535.113.01-8 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only...

bug

### NVIDIA Open GPU Kernel Modules Version 555.52.04 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for...

bug

As described in [Compiling the Kernel (Kernel 5.15)](https://developer.nvidia.com/docs/drive/drive-os/6.0.8.1/public/drive-os-linux-sdk/common/topics/sys_programming/compiling_the_kernel_linux.html) section of `NVIDIA DRIVE OS Linux SDK Developer Guide` v6.0.8.1, `nvidia*.ko` are copied into `extra/opensrc-disp` manually: ``` mkdir -p $NV_WORKSPACE/drive-linux/kernel/source/oss_src/out-linux/lib/modules//extra/opensrc-disp/ cd kernel-open...

**NVIDIA Driver Version** 515.43.04 **GPU** NVIDIA RTX 2070 Super Max-Q **Describe the bug** Electron apps such as Visual Studio Code or the Tidal Hi-Fi application regularly reuse old frames or...

bug
NV-Triaged

After following installation instruction for CUDA on RHEL 8.8, I got into problems later on; after debugging with system call tracing it turned out because some of the device nodes...

After kernel commit d8131c2965d5ee59bfa4d548641e52a13cbe17c9 ("kbuild: remove $(MODLIB)/source symlink") https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d8131c2965d5ee59bfa4d548641e52a13cbe17c9 $(MODLIB)/source no longer exists. Add support for $(MODLIB)/build/source.

### NVIDIA Open GPU Kernel Modules Version 550.54.15 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for...

bug

1) ensure pKernelFifo->ppChidMgr[i]->pChanGrpTree is successfully allocated in function kfifoChidMgrConstruct_IMPL(), otherwise it may cause invalid memory access when calling mapFine(). 2) only invoke mapDestroy() when pKernelFifo->ppChidMgr[i]->pChanGrpTree is not NULL in function...