mesamatrix
mesamatrix copied to clipboard
Some AMD GPUs don't work in the decoder ring
Some AMD GPUs like RX 480 and R5 M430 dont work in the decoder ring
From glancing at the code, it seems like another line that checks for Arctic Islands would need to be added underneath this one... https://github.com/MightyCreak/mesamatrix/blob/4e7c69373c632ad5bca97c84c7392f03fb23cf55/http/js/drivers.js#L212
Retrospectively, I think it would be better to do a hardcoded list of all the AMD GPUs. There might be a few dozen of them, but since they don't change over time, it would be quite easy (and easier) to maintain.
If you're willing to make a list (even just a start would already be helpful). Something like an array of pairs [ gpu, family ] (e.g. [ 'R9 285', 'Volcanic Islands' ]).
So would you prefer a .txt file or how so? I can easily get started...
A text file is fine, thank you! ;)