NVIDIA prpare une volution de ses drivers pour Rubin et cela concernera toutes les futures architectures

Le support de Rubin ncessitera une volution au niveau logiciel, NVIDIA a, en effet, repens ses drivers et l’volution a dj dbut, mme si Rubin ne prvoit d’tre disponible qu’en 2026, une volution de ses drivers pour Rubin et cela concernera toutes les futures architectures !

“NVIDIA GPUs are moving away from using NV_PMC_BOOT_0 to contain architecture and revision details, and will instead use NV_PMC_BOOT_42 in the future. NV_PMC_BOOT_0 will be zeroed out.

Change the selection logic in Nova so that it will claim Turing and later GPUs. This will work for the foreseeable future, without any further code changes here, because all NVIDIA GPUs are considered, from the oldest supported on Linux (NV04), through the future GPUs.

Add some comment documentation to explain, chronologically, how boot0 and boot42 change with the GPU eras, and how that affects the selection logic.”

Also, remove a couple of types: Spec and Revision. That deletes a net total of 33 lines of code and simplifies that area of code. It also simplifies the subsequent boot42 support diffs.


nvidia nova rubinnvidia driver rubin

NVIDIA a dj commenc le dploiement de correctifs pour ses drivers open source Nova, on remarque le passage de registre BOOT_0 BOOT_42, dans le processus d’identification des spcifications de la puce graphique, ainsi que sa rvision, ce passage n’est pas anodin, cela tend simplifier et fluidifier la procdure, avec 33 lignes de code en moins.
NVIDIA prpare trs en amont la prise en charge logicielle de ses futures architectures, cela devrait se traduire par une optimisation pousse Day 0.

SOURCE