Files
nvmd 62f753f51c Add device_field for memory clock
Currently, GPU clocks and GPU memory clocks have
the same same field width size in the interface,
which is presumed to be in the thousands of MHz.
However, memory clocks reported by the GPU can be
in the tens of thousands range, presumably to
account for memory features such as PAM4 (like on
the RTX 4090). This causes the GPU memory clock
field to be one byte short when 5 digit clocks
are reported, cutting the 'z' from MHz.
This commit fixes that by adding a new
device_field for the memory clock that's one char
longer than the device_field for the GPU clocks,
and makes the appropriate changes in usage and
calculations that rely on these values.
2025-09-13 01:48:27 -03:00
..
2024-12-09 11:14:50 +01:00
2025-09-13 01:48:27 -03:00
2021-05-15 17:17:29 +02:00
2022-10-16 20:55:19 +02:00
2021-05-11 21:47:46 +02:00