upp icon indicating copy to clipboard operation
upp copied to clipboard

7800XT error

Open ghost opened this issue 8 months ago • 1 comments

Trying to set a value and errors out:

upp -p /sys/class/drm/card1/device/pp_table set --write smc_pptable/SkuTable/SocketPowerLimitAc/0=230
WARNING: Trying to work around rev 20.0 table truncated at 0x0fff, setting all missing values to zeroes.
WARNING: Trying to work around rev 20.0 table truncated at 0x0fff, setting all missing values to zeroes.
Changing smc_pptable.SkuTable.SocketPowerLimitAc.0 of type H from 228 to 230 at 0x350
Committing changes to '/sys/class/drm/card1/device/pp_table'
OSError: [Errno 5] Input/output error

And dmesg throws this error: amdgpu 0000:2d:00.0: amdgpu: pp table size not matched !

Can this work on RDNA3 to increase power limit? There seem to be more defaults, I get the 228W value, and there's also a 244W one, which gets that 15% max applied for total of 280W max.

I can read the table, just can't apply it.

ghost avatar Apr 06 '25 11:04 ghost