amdgpu-custom-states.card1 370 B

1234567891011121314
  1. # Set custom GPU states 6 & 7:
  2. OD_SCLK:
  3. 2: 1000MHz 850mV
  4. # Set custom memory states 1 & 2:
  5. OD_MCLK:
  6. 3: 950MHz 850mV
  7. # Only allow SCLK states 5, 6 & 7:
  8. FORCE_SCLK: 2
  9. # Force fixed memory state:
  10. FORCE_MCLK: 3
  11. # Force power limit (in micro watts):
  12. FORCE_POWER_CAP: 160000000
  13. # In order to allow FORCE_SCLK & FORCE_MCLK:
  14. FORCE_PERF_LEVEL: manual