Commit Graph

47 Commits

Author SHA1 Message Date
russellcnv 57f87d479f
525.47.35 2023-07-28 13:10:42 -07:00
russellcnv 7f8c11fe76
525.47.34 2023-07-22 00:23:31 -07:00
russellcnv 99538e163a
525.47.31 2023-07-10 19:18:47 -07:00
russellcnv 9289c1fcdc
525.47.27 2023-06-14 23:29:45 -07:00
russellcnv 84715148b4
525.47.26 2023-05-19 17:15:46 -07:00
russellcnv fc4452f892
525.47.24 2023-05-16 11:47:51 -07:00
russellcnv 986b3fd1e9
525.47.22 2023-04-27 14:28:07 -07:00
russellcnv db2866126e
525.47.18 2023-03-30 15:05:20 -07:00
russellcnv 988184c0e5
525.47.15 2023-03-22 12:47:05 -07:00
russellcnv 621ebd6965
525.47.14 2023-03-21 13:26:49 -07:00
russellcnv e9fbb541d1
525.47.13 2023-03-10 15:12:52 -08:00
russellcnv a553e6b6a2
525.47.11 2023-02-27 13:32:00 -08:00
russellcnv 1a970827d6
525.47.07 2023-02-03 00:13:22 -08:00
Russell Chou 65bd98c238
525.47.06 2023-01-23 21:51:16 -08:00
Liam Middlebrook 60c0a71321
525.47.04 2022-12-18 11:10:28 -08:00
Andy Ritger 9594cc0169
525.60.13 2022-12-05 10:49:53 -08:00
Andy Ritger 5f40a5aee5
525.60.11 2022-11-28 13:39:27 -08:00
Andy Ritger 758b4ee818
525.53 2022-11-10 08:39:33 -08:00
Andy Ritger 7c345b838b
520.56.06 2022-10-12 10:30:46 -07:00
Andy Ritger 90eb10774f
520.61.05 2022-10-10 14:59:24 -07:00
Andy Ritger fe0728787f
515.76 2022-09-20 13:54:59 -07:00
Andy Ritger 9855350159
515.65.01 2022-08-02 08:35:13 -07:00
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.
2022-08-02 08:28:14 -07:00
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
2022-08-02 08:28:14 -07:00
Joshua Ashton dcdb0c9a7e osapi: Fix dereferencing NULL pNumaMemSize in rm_get_gpu_numa_info
Copy paste error.

Closes: #55
2022-08-02 08:28:14 -07:00
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
2022-08-02 08:28:14 -07:00
Joshua Ashton 28d2504766 nv-pci: Fix nullptr dereference if device was not found
Closes #57
2022-08-02 08:28:14 -07:00
Bernhard Stoeckner 88636e701d update CONTRIBUTING.md to explain cosmetics policy
Also adds a blurb about the missing code style guide.
2022-07-07 11:02:42 +02:00
Andy Ritger 94eaea9726
515.57 2022-06-28 08:00:06 -07:00
Andy Ritger 965db98552
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 2022-05-09 13:18:59 -07:00