35 Commits

Author SHA1 Message Date
Liam Middlebrook
09dd53a56b
515.49.25 515.49.25 2022-11-17 09:53:54 -08:00
Liam Middlebrook
8e7497870c
515.49.24 515.49.24 2022-10-25 09:09:42 -07:00
Liam Middlebrook
aef21c5d56
515.49.19 515.49.19 2022-09-30 10:32:28 -07:00
Liam Middlebrook
1f2abee11b
515.49.18 515.49.18 2022-09-27 10:40:59 -07:00
Andy Ritger
70259dbe7a 515.76 2022-09-27 10:28:02 -07:00
Liam Middlebrook
91e02299dc
515.49.15 515.49.15 2022-08-31 16:33:34 -07:00
Liam Middlebrook
f848abf44e
515.49.14 515.49.14 2022-08-20 10:17:35 -07:00
Andy Ritger
54b4babe66 515.65.01 2022-08-19 12:19:07 -07:00
Joshua Ashton
fd95f2c984 dp_connectorimpl: Use switch-case for dscBitsPerPixelIncrement
This is an enum, so we can just use a switch case instead of chaning IFs constantly.
2022-08-19 12:14:52 -07:00
Joshua Ashton
3dfc7ad812 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
2022-08-19 12:14:44 -07:00
Joshua Ashton
c7d822bc16 osapi: Fix dereferencing NULL pNumaMemSize in rm_get_gpu_numa_info
Copy paste error.

Closes: #55
2022-08-19 12:14:36 -07:00
Joshua Ashton
23f33d8e6d 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
2022-08-19 12:14:26 -07:00
Joshua Ashton
888f90fa00 nv-pci: Fix nullptr dereference if device was not found
Closes #57
2022-08-19 12:14:19 -07:00
Liam Middlebrook
b6f1938c51
515.49.10 515.49.10 2022-07-20 12:18:00 -07:00
Liam Middlebrook
2b47261a36
515.49.06 515.49.06 2022-07-01 17:52:19 -07:00
Andy Ritger
5375d5644f
515.57 2022-07-01 17:52:05 -07:00
Liam Middlebrook
a301003fda
515.49.05 515.49.05 2022-06-17 10:10:02 -07:00
Andy Ritger
965db98552
515.48.07 515.48.07 2022-05-27 16:40:24 -07:00
nitepone
af26e1ea89 Remove trailing whitespace from conftest 2022-05-24 17:29:46 -07:00
nitepone
a9924b6fd3 Remove non-posix local usage from conftest 2022-05-24 17:29:46 -07:00
nitepone
e543b69fb0 Fix shellcheck errors in conftest 2022-05-24 17:29:46 -07:00
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/
```
2022-05-24 17:16:56 -07:00
Bernhard Stoeckner
ce3d74ff6b issue template: add automatic tags 2022-05-19 10:33:24 +02:00
Bernhard Stoeckner
b48f850670 use github forms for issue flow management, fixes #127 2022-05-19 10:23:55 +02:00
Andy Ritger
d8f3bcff92
Create CONTRIBUTING.md 2022-05-13 09:09:37 -07:00
keroeslux
aaaa7d9646 Fixed capitalization 2022-05-12 22:19:06 -07:00
TrickyDmitriy
6414743a3d [~] Fix typos in NVDEC Engine Descriptor 2022-05-12 22:18:17 -07:00
Filip Fedoryszyn
eb960e2f2a Fixed some typos 2022-05-12 22:16:20 -07:00
Maneet Singh
a947dc4ad5
Merge pull request #117 from RealAstolfo/array-index-ub-change
moved array sanity check to before the array access
2022-05-12 22:06:14 -07:00
Paul Rikkonen
1dbdaaef8f
Update issue templates - add Feature Request template
Added Feature Request Template to issues reporting
2022-05-12 12:37:05 -07:00
astolfo
1ba231ff76 moved array sanity check to before the array access 2022-05-12 13:07:58 -06:00
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.
2022-05-11 23:34:55 -07:00
lexi
f9be5ff55e Fix some capitalizations 2022-05-11 23:33:59 -07:00
swag
69791e9bf5 Fix capitalization in SECURITY.md
:trollface:
2022-05-11 16:25:11 -07:00
Andy Ritger
1739a20efc
515.43.04 515.43.04 2022-05-09 13:18:59 -07:00