xref: /open-nvidia-gpu/CHANGELOG.md (revision 26458140)
1# Changelog
2
3## Release 535 Entries
4
5### [535.54.03] 2023-06-14
6
7### [535.43.02] 2023-05-30
8
9#### Fixed
10
11- Fixed console restore with traditional VGA consoles.
12
13#### Added
14
15- Added support for Run Time D3 (RTD3) on Ampere and later GPUs.
16- Added support for G-Sync on desktop GPUs.
17
18## Release 530 Entries
19
20### [530.41.03] 2023-03-23
21
22### [530.30.02] 2023-02-28
23
24#### Changed
25
26- GSP firmware is now distributed as `gsp_tu10x.bin` and `gsp_ga10x.bin` to better reflect the GPU architectures supported by each firmware file in this release.
27    - The .run installer will continue to install firmware to /lib/firmware/nvidia/<version> and the nvidia.ko kernel module will load the appropriate firmware for each GPU at runtime.
28
29#### Fixed
30
31- Add support for resizable BAR on Linux when NVreg_EnableResizableBar=1 module param is set. [#3](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/3) by @sjkelly
32
33#### Added
34
35- Support for power management features like Suspend, Hibernate and Resume.
36
37## Release 525 Entries
38
39### [525.116.04] 2023-05-09
40
41### [525.116.03] 2023-04-25
42
43### [525.105.17] 2023-03-30
44
45### [525.89.02] 2023-02-08
46
47### [525.85.12] 2023-01-30
48
49### [525.85.05] 2023-01-19
50
51#### Fixed
52
53- Fix build problems with Clang 15.0, [#377](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/377) by @ptr1337
54
55### [525.78.01] 2023-01-05
56
57### [525.60.13] 2022-12-05
58
59### [525.60.11] 2022-11-28
60
61#### Fixed
62
63- Fixed nvenc compatibility with usermode clients [#104](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/104)
64
65### [525.53] 2022-11-10
66
67#### Changed
68
69- GSP firmware is now distributed as multiple firmware files: this release has `gsp_tu10x.bin` and `gsp_ad10x.bin` replacing `gsp.bin` from previous releases.
70    - Each file is named after a GPU architecture and supports GPUs from one or more architectures. This allows GSP firmware to better leverage each architecture's capabilities.
71    - The .run installer will continue to install firmware to `/lib/firmware/nvidia/<version>` and the `nvidia.ko` kernel module will load the appropriate firmware for each GPU at runtime.
72
73#### Fixed
74
75- Add support for IBT (indirect branch tracking) on supported platforms, [#256](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/256) by @rnd-ash
76- Return EINVAL when [failing to] allocating memory, [#280](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/280) by @YusufKhan-gamedev
77- Fix various typos in nvidia/src/kernel, [#16](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/16) by @alexisgeoffrey
78- Added support for rotation in X11, Quadro Sync, Stereo, and YUV 4:2:0 on Turing.
79
80## Release 520 Entries
81
82### [520.61.07] 2022-10-20
83
84### [520.56.06] 2022-10-12
85
86#### Added
87
88- Introduce support for GeForce RTX 4090 GPUs.
89
90### [520.61.05] 2022-10-10
91
92#### Added
93
94- Introduce support for NVIDIA H100 GPUs.
95
96#### Fixed
97
98- Fix/Improve Makefile, [#308](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/308/) by @izenynn
99- Make nvLogBase2 more efficient, [#177](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/177/) by @DMaroo
100- nv-pci: fixed always true expression, [#195](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/195/) by @ValZapod
101
102## Release 515 Entries
103
104### [515.76] 2022-09-20
105
106#### Fixed
107
108- Improved compatibility with new Linux kernel releases
109- Fixed possible excessive GPU power draw on an idle X11 or Wayland desktop when driving high resolutions or refresh rates
110
111### [515.65.07] 2022-10-19
112
113### [515.65.01] 2022-08-02
114
115#### Fixed
116
117- Collection of minor fixes to issues, [#6](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/61) by @Joshua-Ashton
118- Remove unnecessary use of acpi_bus_get_device().
119
120### [515.57] 2022-06-28
121
122#### Fixed
123
124- Backtick is deprecated, [#273](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/273) by @arch-user-france1
125
126### [515.48.07] 2022-05-31
127
128#### Added
129
130- List of compatible GPUs in README.md.
131
132#### Fixed
133
134- Fix various README capitalizations, [#8](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/8) by @27lx
135- Automatically tag bug report issues, [#15](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/15) by @thebeanogamer
136- Improve conftest.sh Script, [#37](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/37) by @Nitepone
137- Update HTTP link to HTTPS, [#101](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/101) by @alcaparra
138- moved array sanity check to before the array access, [#117](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/117) by @RealAstolfo
139- Fixed some typos, [#122](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/122) by @FEDOyt
140- Fixed capitalization, [#123](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/123) by @keroeslux
141- Fix typos in NVDEC Engine Descriptor, [#126](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/126) from @TrickyDmitriy
142- Extranous apostrohpes in a makefile script [sic], [#14](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/14) by @kiroma
143- HDMI no audio @ 4K above 60Hz, [#75](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/75) by @adolfotregosa
144- dp_configcaps.cpp:405: array index sanity check in wrong place?, [#110](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/110) by @dcb314
145- NVRM kgspInitRm_IMPL: missing NVDEC0 engine, cannot initialize GSP-RM, [#116](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/116) by @kfazz
146- ERROR: modpost: "backlight_device_register" [...nvidia-modeset.ko] undefined, [#135](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/135) by @sndirsch
147- aarch64 build fails, [#151](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/151) by @frezbo
148
149### [515.43.04] 2022-05-11
150
151- Initial release.
152
153