diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-11-14 12:55:56 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-11-14 13:07:07 +0800 |
commit | dc5fb171db4606926863193f4b3d04018f3b5604 (patch) | |
tree | d5a4d445f311ad6d7a6ebb0b0f4d410985baead7 | |
parent | 5c6a2686557a9ed17cb40ae57e61a8554b7f677d (diff) |
firmware: Remove the fake info about reclocking
The firmware released by NVIDIA supports reclocking. It's just
experimental for old cards (Kepler and earler, only available via
debugfs) and not implemented for new cards by Nouveau yet.
This is indeed an issue for Tesla through Pascal because the default
clock speed is too low and causing performance issues. But anyway it's
not a firmware bug, and it shouldn't be documented here.
-rw-r--r-- | postlfs/config/firmware.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/postlfs/config/firmware.xml b/postlfs/config/firmware.xml index 88995380c5..f727c1c3d3 100644 --- a/postlfs/config/firmware.xml +++ b/postlfs/config/firmware.xml @@ -119,8 +119,7 @@ Nvidia GPUs from Kepler onwards require signed firmware, otherwise the nouveau driver is unable to provide hardware acceleration. Nvidia has now released firmware up to Ada Lovelace (GeForce 40 series) to - linux-firmware. Note that faster clocks than the default are not - enabled by the released firmware. + linux-firmware. </para> </listitem> <listitem> |