Skip to content

Commit

Permalink
ryzen_smu v0.1.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hattedsquirrel committed May 16, 2021
1 parent 1e7c3ac commit 1651300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/libsmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
#include <pthread.h>

/* Version the loaded driver must use to be compatible. */
#define KERNEL_DRIVER_SUPP_VERS_COUNT 2
#define KERNEL_DRIVER_SUPP_VERS_COUNT 3
static char kernel_driver_supported_versions[KERNEL_DRIVER_SUPP_VERS_COUNT][10] = {
"0.1.0",
"0.1.1"
"0.1.1",
"0.1.2"
};

/**
Expand Down

0 comments on commit 1651300

Please sign in to comment.