565.77 driver default power limit is wrong

nsumin@zephyrus:~$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation AD106M [GeForce RTX 4070 Max-Q / Mobile]

If it’s important: laptop model is ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA403UI_GA403UI
OSs: Fedora 40 and Nobara Linux 40

nsumin@zephyrus:~$ nvidia-smi -q -d POWER

==============NVSMI LOG==============

Timestamp                                 : Mon Dec  9 03:06:39 2024
Driver Version                            : 565.77
CUDA Version                              : 12.7

Attached GPUs                             : 1
GPU 00000000:01:00.0
    GPU Power Readings
        Power Draw                        : 11.87 W
        Current Power Limit               : 80.00 W
        Requested Power Limit             : N/A
        Default Power Limit               : 55.00 W
        Min Power Limit                   : 5.00 W
        Max Power Limit                   : 90.00 W
    Power Samples
        Duration                          : Not Found
        Number of Samples                 : Not Found
        Max                               : Not Found
        Min                               : Not Found
        Avg                               : Not Found
    GPU Memory Power Readings 
        Power Draw                        : N/A
    Module Power Readings
        Power Draw                        : N/A
        Current Power Limit               : N/A
        Requested Power Limit             : N/A
        Default Power Limit               : N/A
        Min Power Limit                   : N/A
        Max Power Limit                   : N/A

So base power limit should be 65w not 55w. The video card never reach 90w limits => less performance potential

I also noticed strange behavior that when /sys/devices/system/cpu/cpufreq/boost is 1, then nvidia can use only 60w power, so sometimes performance without cpu frequency boost is better than while it turned on.

On Windows didn’t see the problems