Eraden/amdgpud

Change "cards" in config to accept all cards

Eraden opened this issue · 0 comments

Linux unfortunately does not assign card to same /sys/class/drm/card and for more than one card, card number will change.

Easiest fix without enforcing some changes on user operating system and without changing config files will be changing cards to

enum CardConfig {
  All,
  Specified(Vec<Card>>
}