Bernhard Stoeckner
a8e01be6b2
535.104.05
1 year ago
Bernhard Stoeckner
12c0739352
535.98
1 year ago
Bernhard Stoeckner
29f830f1bb
535.86.10
1 year ago
Bernhard Stoeckner
337e28efda
535.86.05
1 year ago
Bernhard Stoeckner
22a077c4fe
issue template: be clearer about issues with prop driver
1 year ago
Andy Ritger
26458140be
535.54.03
1 year ago
Andy Ritger
eb5c7665a1
535.43.02
1 year ago
Andy Ritger
6dd092ddb7
530.41.03
2 years ago
Andy Ritger
4397463e73
530.30.02
2 years ago
Andy Ritger
e598191e8e
525.89.02
2 years ago
Maneet Singh
1dc88ff75e
525.85.12
2 years ago
Andy Ritger
811073c51e
525.85.05
2 years ago
Andy Ritger
dac2350c7f
525.78.01
2 years ago
Andy Ritger
9594cc0169
525.60.13
2 years ago
Andy Ritger
5f40a5aee5
525.60.11
2 years ago
Andy Ritger
758b4ee818
525.53
2 years ago
Andy Ritger
7c345b838b
520.56.06
2 years ago
Andy Ritger
90eb10774f
520.61.05
2 years ago
Andy Ritger
fe0728787f
515.76
2 years ago
Andy Ritger
9855350159
515.65.01
2 years ago
Joshua Ashton
1e2a1b5fbe
dp_connectorimpl: Use switch-case for dscBitsPerPixelIncrement
This is an enum, so we can just use a switch case instead of chaning IFs constantly.
3 years ago
Joshua Ashton
7ded2136ca
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
3 years ago
Joshua Ashton
dcdb0c9a7e
osapi: Fix dereferencing NULL pNumaMemSize in rm_get_gpu_numa_info
Copy paste error.
Closes : #55
3 years ago
Joshua Ashton
9aea50f52f
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
3 years ago
Joshua Ashton
28d2504766
nv-pci: Fix nullptr dereference if device was not found
Closes #57
3 years ago
Bernhard Stoeckner
88636e701d
update CONTRIBUTING.md to explain cosmetics policy
Also adds a blurb about the missing code style guide.
2 years ago
Andy Ritger
94eaea9726
515.57
2 years ago
Andy Ritger
965db98552
515.48.07
2 years ago
nitepone
af26e1ea89
Remove trailing whitespace from conftest
3 years ago
nitepone
a9924b6fd3
Remove non-posix local usage from conftest
3 years ago
nitepone
e543b69fb0
Fix shellcheck errors in conftest
3 years ago
Alcaparra
570b630d28
Update HTTP link to HTTPS
http://www.nvidia.com redirects to https://www.nvidia.com/ , so linking to http is reduntant.
More importantly, it could be considered a security issue, do to the nature of plain http. An attacker could perform a MITM attack and redirect the HTTP request to a malicious website.
```
> GET / HTTP/1.1
> Host: www.nvidia.com
Response:
< HTTP/1.1 307 Temporary Redirect
< Location: https://www.nvidia.com/
```
3 years ago
Bernhard Stoeckner
ce3d74ff6b
issue template: add automatic tags
3 years ago
Bernhard Stoeckner
b48f850670
use github forms for issue flow management, fixes #127
3 years ago
Andy Ritger
d8f3bcff92
Create CONTRIBUTING.md
3 years ago
keroeslux
aaaa7d9646
Fixed capitalization
3 years ago
TrickyDmitriy
6414743a3d
[~] Fix typos in NVDEC Engine Descriptor
3 years ago
Filip Fedoryszyn
eb960e2f2a
Fixed some typos
3 years ago
Maneet Singh
a947dc4ad5
Merge pull request #117 from RealAstolfo/array-index-ub-change
moved array sanity check to before the array access
3 years ago
Paul Rikkonen
1dbdaaef8f
Update issue templates - add Feature Request template
Added Feature Request Template to issues reporting
3 years ago
astolfo
1ba231ff76
moved array sanity check to before the array access
3 years ago
Daniel Milnes
8d7f201155
Automatically tag bug report issues
It would be good to add additional issue templates for things like feature requests.
You could also make use of `config.yml` (<https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository >) to make a more guided issue flow.
3 years ago
lexi
f9be5ff55e
Fix some capitalizations
3 years ago
swag
69791e9bf5
Fix capitalization in SECURITY.md
:trollface:
3 years ago
Andy Ritger
1739a20efc
515.43.04
3 years ago