xref: /open-nvidia-gpu/CHANGELOG.md (revision b5bf85a8)
1# Changelog
2
3## Release 545 Entries
4
5### [545.23.06] 2023-10-17
6
7#### Fixed
8
9- Fix always-false conditional, [#493](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/493) by @meme8383
10
11#### Added
12
13- Added beta-quality support for GeForce and Workstation GPUs. Please see the "Open Linux Kernel Modules" chapter in the NVIDIA GPU driver end user README for details.
14
15## Release 535 Entries
16
17### [535.113.01] 2023-09-21
18
19#### Fixed
20
21- Fixed building main against current centos stream 8 fails, [#550](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/550) by @airlied
22
23### [535.104.05] 2023-08-22
24
25### [535.98] 2023-08-08
26
27### [535.86.10] 2023-07-31
28
29### [535.86.05] 2023-07-18
30
31### [535.54.03] 2023-06-14
32
33### [535.43.02] 2023-05-30
34
35#### Fixed
36
37- Fixed console restore with traditional VGA consoles.
38
39#### Added
40
41- Added support for Run Time D3 (RTD3) on Ampere and later GPUs.
42- Added support for G-Sync on desktop GPUs.
43
44## Release 530 Entries
45
46### [530.41.03] 2023-03-23
47
48### [530.30.02] 2023-02-28
49
50#### Changed
51
52- 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.
53    - 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.
54
55#### Fixed
56
57- 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
58
59#### Added
60
61- Support for power management features like Suspend, Hibernate and Resume.
62
63## Release 525 Entries
64
65### [525.116.04] 2023-05-09
66
67### [525.116.03] 2023-04-25
68
69### [525.105.17] 2023-03-30
70
71### [525.89.02] 2023-02-08
72
73### [525.85.12] 2023-01-30
74
75### [525.85.05] 2023-01-19
76
77#### Fixed
78
79- Fix build problems with Clang 15.0, [#377](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/377) by @ptr1337
80
81### [525.78.01] 2023-01-05
82
83### [525.60.13] 2022-12-05
84
85### [525.60.11] 2022-11-28
86
87#### Fixed
88
89- Fixed nvenc compatibility with usermode clients [#104](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/104)
90
91### [525.53] 2022-11-10
92
93#### Changed
94
95- 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.
96    - 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.
97    - 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.
98
99#### Fixed
100
101- Add support for IBT (indirect branch tracking) on supported platforms, [#256](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/256) by @rnd-ash
102- Return EINVAL when [failing to] allocating memory, [#280](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/280) by @YusufKhan-gamedev
103- Fix various typos in nvidia/src/kernel, [#16](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/16) by @alexisgeoffrey
104- Added support for rotation in X11, Quadro Sync, Stereo, and YUV 4:2:0 on Turing.
105
106## Release 520 Entries
107
108### [520.61.07] 2022-10-20
109
110### [520.56.06] 2022-10-12
111
112#### Added
113
114- Introduce support for GeForce RTX 4090 GPUs.
115
116### [520.61.05] 2022-10-10
117
118#### Added
119
120- Introduce support for NVIDIA H100 GPUs.
121
122#### Fixed
123
124- Fix/Improve Makefile, [#308](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/308/) by @izenynn
125- Make nvLogBase2 more efficient, [#177](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/177/) by @DMaroo
126- nv-pci: fixed always true expression, [#195](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/195/) by @ValZapod
127
128## Release 515 Entries
129
130### [515.76] 2022-09-20
131
132#### Fixed
133
134- Improved compatibility with new Linux kernel releases
135- Fixed possible excessive GPU power draw on an idle X11 or Wayland desktop when driving high resolutions or refresh rates
136
137### [515.65.07] 2022-10-19
138
139### [515.65.01] 2022-08-02
140
141#### Fixed
142
143- Collection of minor fixes to issues, [#6](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/61) by @Joshua-Ashton
144- Remove unnecessary use of acpi_bus_get_device().
145
146### [515.57] 2022-06-28
147
148#### Fixed
149
150- Backtick is deprecated, [#273](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/273) by @arch-user-france1
151
152### [515.48.07] 2022-05-31
153
154#### Added
155
156- List of compatible GPUs in README.md.
157
158#### Fixed
159
160- Fix various README capitalizations, [#8](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/8) by @27lx
161- Automatically tag bug report issues, [#15](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/15) by @thebeanogamer
162- Improve conftest.sh Script, [#37](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/37) by @Nitepone
163- Update HTTP link to HTTPS, [#101](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/101) by @alcaparra
164- moved array sanity check to before the array access, [#117](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/117) by @RealAstolfo
165- Fixed some typos, [#122](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/122) by @FEDOyt
166- Fixed capitalization, [#123](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/123) by @keroeslux
167- Fix typos in NVDEC Engine Descriptor, [#126](https://github.com/NVIDIA/open-gpu-kernel-modules/pull/126) from @TrickyDmitriy
168- Extranous apostrohpes in a makefile script [sic], [#14](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/14) by @kiroma
169- HDMI no audio @ 4K above 60Hz, [#75](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/75) by @adolfotregosa
170- dp_configcaps.cpp:405: array index sanity check in wrong place?, [#110](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/110) by @dcb314
171- NVRM kgspInitRm_IMPL: missing NVDEC0 engine, cannot initialize GSP-RM, [#116](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/116) by @kfazz
172- ERROR: modpost: "backlight_device_register" [...nvidia-modeset.ko] undefined, [#135](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/135) by @sndirsch
173- aarch64 build fails, [#151](https://github.com/NVIDIA/open-gpu-kernel-modules/issues/151) by @frezbo
174
175### [515.43.04] 2022-05-11
176
177- Initial release.
178
179