~roguescholar/+git/nvidia-open-kernel-modules:515

Last commit made on 2023-03-30
Get this branch:
git clone -b 515 https://git.launchpad.net/~roguescholar/+git/nvidia-open-kernel-modules

Branch merges

Branch information

Recent commits

21c357a... by Andy Ritger

515.105.01

c700e8f... by Andy Ritger

515.86.01

fe07287... by Andy Ritger

515.76

9855350... by Andy Ritger

515.65.01

1e2a1b5... by Joshua Ashton <email address hidden>

dp_connectorimpl: Use switch-case for dscBitsPerPixelIncrement

This is an enum, so we can just use a switch case instead of chaning IFs constantly.

7ded213... by Joshua Ashton <email address hidden>

dp_connectorimpl: Remove duplicate dscBitsPerPixelIncrement

All other values of the BITS_PER_PIXEL_INCREMENT are handled here.

This one was previously using a bitwise OR in, then also assigning directly after.

Closes: #54

dcdb0c9... by Joshua Ashton <email address hidden>

osapi: Fix dereferencing NULL pNumaMemSize in rm_get_gpu_numa_info

Copy paste error.

Closes: #55

9aea50f... by Joshua Ashton <email address hidden>

dp_configcaps: Avoid querying bus if both bLinkActive and bLinkReady is NULL

Doesn't fix a crash -- but avoids redundant work due to a copy paste error.

Closes #56

28d2504... by Joshua Ashton <email address hidden>

nv-pci: Fix nullptr dereference if device was not found

Closes #57

88636e7... by Bernhard Stoeckner <email address hidden>

update CONTRIBUTING.md to explain cosmetics policy

Also adds a blurb about the missing code style guide.