clbr / radeontop

GNU General Public License v3.0
810 stars 72 forks source link

Run getamdgpuids.py on 6.1-rc3 #145

Closed danielzgtg closed 1 year ago

danielzgtg commented 1 year ago

I ran this on https://github.com/torvalds/linux/tree/2f5065a0bc9d0afb45f2ae284bd525d55ce82c33 . This imports the ids from the kernel source like you wanted in https://github.com/clbr/radeontop/pull/144#issuecomment-1304575948 .

Fixes #139. Fixes #133.

clbr commented 1 year ago

This is broken. Notice how the new ones are not in order.

danielzgtg commented 1 year ago

I sorted the entries just now.

I assume by broken you meant it was stylistically broken. Compile and runtime are still fine for me.

clbr commented 1 year ago

Merged, thanks.