mesamatrix icon indicating copy to clipboard operation
mesamatrix copied to clipboard

Some AMD GPUs don't work in the decoder ring

Open SuicSoft opened this issue 8 years ago • 4 comments

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

SuicSoft avatar May 31 '17 07:05 SuicSoft

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

SethBarberee avatar Jan 17 '18 19:01 SethBarberee

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

MightyCreak avatar Jan 22 '18 19:01 MightyCreak

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

SethBarberee avatar Jan 24 '18 04:01 SethBarberee

A text file is fine, thank you! ;)

MightyCreak avatar Jan 24 '18 05:01 MightyCreak