Skip to content

Commit

Permalink
Enable gfxclk for FAM_LUCIENNE
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyGoat authored Sep 30, 2024
1 parent 4e27870 commit a89d59c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,7 @@ EXP int CALL set_max_gfxclk_freq(ryzen_access ry, uint32_t value) {
case FAM_RAVEN:
case FAM_PICASSO:
case FAM_DALI:
case FAM_LUCIENNE:
_do_adjust(0x46);
break;
default:
Expand All @@ -844,6 +845,7 @@ EXP int CALL set_min_gfxclk_freq(ryzen_access ry, uint32_t value) {
case FAM_RAVEN:
case FAM_PICASSO:
case FAM_DALI:
case FAM_LUCIENNE:
_do_adjust(0x47);
break;
default:
Expand Down

0 comments on commit a89d59c

Please sign in to comment.