amdgpu-pptable icon indicating copy to clipboard operation
amdgpu-pptable copied to clipboard

A Python library that maps amdgpu powerplay tables to ctypes structs. Qt GUI moved to its own repo: https://github.com/amezin/amdgpu-pptable-editor-qt

Results 2 amdgpu-pptable issues
Sort by recently updated
recently updated
newest added

Currently you can convert the table to json file. Editing the table using jsonpatch will logically complement it and will allow usage from scripts.

Some values are bitfields or enumerations (effectively, but all constants are defined as preprocessor definitions). Scanning the code for bitwise ands/ors and comparisons of struct fields and these constants should...