Variorum Enable/Disable Functions

Variorum provides the following high-level functions for toggling a control dial.

Defined in variorum/variorum.h.

int variorum_enable_turbo(void)

Enable turbo feature.

Supported Architectures:

  • Intel Sandy Bridge

  • Intel Ivy Bridge

  • Intel Haswell

  • Intel Broadwell

Returns:

0 if successful or if feature has not been implemented or is not supported, otherwise -1

int variorum_disable_turbo(void)

Disable turbo feature.

Supported Architectures:

  • Intel Sandy Bridge

  • Intel Ivy Bridge

  • Intel Haswell

  • Intel Broadwell

Returns:

0 if successful or if feature has not been implemented or is not supported, otherwise -1