MightyCreak / mesamatrix

PHP script that parse the text file from the mesa git tree and format it in HTML.
https://mesamatrix.net
GNU Affero General Public License v3.0
124 stars 26 forks source link

Some AMD GPUs don't work in the decoder ring #123

Open SuicSoft opened 7 years ago

SuicSoft commented 7 years ago

Some AMD GPUs like RX 480 and R5 M430 dont work in the decoder ring

SethBarberee commented 6 years ago

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

MightyCreak commented 6 years ago

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' ]).

SethBarberee commented 6 years ago

So would you prefer a .txt file or how so? I can easily get started...

MightyCreak commented 6 years ago

A text file is fine, thank you! ;)