amezin / amdgpu-pptable

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
MIT License
27 stars 3 forks source link

UnknownTableRevision: 6 on AMD Stoney #11

Closed laanwj closed 2 years ago

laanwj commented 2 years ago

FWIW the following device in my ASUS laptop

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Stoney [Radeon R2/R3/R4/R5 Graphics] (rev da)

isn't supported. Trying to dump the pptable gives the following error:

amdgpu_pptable.version_detect.UnknownTableRevision: 6

This seems to be older than ATOM_Tonga_TABLE_REVISION_TONGA = 7. I have checked and it looks like this revision not defined in the kernel sources at all, so it'll be difficult or impossible to support.