• @jonne
    link
    256 months ago

    If this is in user space, does this mean we can switch schedulers on the fly? Put it in game mode when gaming, power saving mode when on battery, etc?

    • 0x0
      link
      fedilink
      86 months ago

      Does a scheduler impact power draw? Maybe you’re confusing this for a CPU governor perhaps?

      And yes, the underlying tech here is user-configurable schedulers. Very neat.

      • @jonne
        link
        106 months ago

        I’m not 100% sure, I just assumed you could affect power use too with different schedulers. Either way, even if that’s not the case, being able to change the performance characteristics based on what you want to do on the fly is pretty exciting in its own right.

      • UnfortunateShort
        link
        fedilink
        6
        edit-2
        6 months ago

        The short answer is: It does.

        A governor guides the hardware regarding power consumption, but it is still dependent on workload and utilisation. Moreover, modern p-state drivers may use utilisation to control voltage and frequency scaling and there is also a scheduler driven governor in Linux (actually it’s the most recent one iirc).