sibradzic / upp

A tool for parsing, dumping and modifying data in Radeon PowerPlay tables
GNU General Public License v3.0
154 stars 24 forks source link

Issue: upp dump unable to read gpu set as /sys/class/drm/card1 and not card0. #41

Closed Gkirmathal closed 1 year ago

Gkirmathal commented 1 year ago

As the title says.

Issue

On my system with a single gpu, my 5600XT (navi10) is set up as /sys/class/drm/card1/device not as card0. Thus the dump or read/write pp_tables commands won't find my card.

Request

For an argument to be added to be able specify card number /sys/class/drm/card*/device when gpu not set as card0.

My thanks.

Gkirmathal commented 1 year ago

Issues was addressed in closed issue https://github.com/sibradzic/upp/issues/39