Skip to content

Releases: sibradzic/upp

v0.2.1: Implement min,max & cap enumeration

08 Apr 15:34
Compare
Choose a tag to compare
  • Use enum fields from generated RDNAx structures to describe known
    min, max and cap fields
  • Widen the raw dump output test files so they can fit enum descriptions
  • Workaround issue with /sys/class/drm/cardX/device/pp_table being
    truncated to 4096 bytes by kernel driver for RDNA3 cards

v0.2.0: Experimental RDAN3 support & co

25 Mar 19:05
Compare
Choose a tag to compare
  • Bump version to 0.2.0
  • Experimental support for Navi 3x a.k.a RDNA3
  • Support importing PP table from MorePowerTool saves
  • Regenerate all atom_gen structures from kernel 6.8 sources
  • Remove atom.py and workarounds from atom_gen
  • Added regression test for RX 7900 XTX
  • Minor style fixes
  • Minor doc updates

v0.1.8: Merge pull request #40 from cfwen/master

25 Mar 18:59
a6a93c6
Compare
Choose a tag to compare

v0.1.7

27 Aug 17:22
Compare
Choose a tag to compare
Add support for Navi 24 (Beige Goby), v0.1.7

v0.1.6

03 Jul 10:30
Compare
Choose a tag to compare
A _true_ fix for Vega Frontier GFXCLK record (#31)

It turned out that the previous fix was incomplete.

The ATOM_Vega10_GFXCLK_Dependency_Table record structure depends on
table revision, and structure for table revision 0 and >0 are
completely different.

v0.1.5

02 Jul 15:01
Compare
Choose a tag to compare
Vega Frontier GFXCLK_Dependency_Record (fix #31)

v0.1.4

26 Jun 16:50
Compare
Choose a tag to compare
Import multiple registry devices (fixes #29)

v0.1.3

25 Nov 16:12
Compare
Choose a tag to compare
  • Support for Navi 12 aka PRO V520

v0.1.2

15 Aug 10:35
Compare
Choose a tag to compare
  • Regenerate all atom_gen structures against latest kernel sources
  • Add support for RX6600XT & RX6600M
    Note that in case of RX6600 the decoded values in the last ~10% of the PP table (starting from I2cControllers onwards) might be incorrect, so use with caution.

v0.1.0: Use correct ATOM_Polaris_Fan_Table (fixes #21)

27 May 20:00
Compare
Choose a tag to compare

fixes:

  • Polaris Fan Table data structure properly decoded now