1. 03 8月, 2010 1 次提交
    • J
      x86 platform driver: intelligent power sharing driver · aa7ffc01
      Jesse Barnes 提交于
      Intel Core i3/5 platforms with integrated graphics support both CPU and
      GPU turbo mode.  CPU turbo mode is opportunistic: the CPU will use any
      available power to increase core frequencies if thermal headroom is
      available.  The GPU side is more manual however; the graphics driver
      must monitor GPU power and temperature and coordinate with a core
      thermal driver to take advantage of available thermal and power headroom
      in the package.
      
      The intelligent power sharing (IPS) driver is intended to coordinate
      this activity by monitoring MCP (multi-chip package) temperature and
      power, allowing the CPU and/or GPU to increase their power consumption,
      and thus performance, when possible.  The goal is to maximize
      performance within a given platform's TDP (thermal design point).
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      aa7ffc01
  2. 18 5月, 2010 1 次提交
  3. 01 4月, 2010 1 次提交
  4. 24 12月, 2009 1 次提交
  5. 17 12月, 2009 2 次提交
  6. 19 9月, 2009 1 次提交
  7. 24 6月, 2009 1 次提交
  8. 04 4月, 2009 1 次提交
  9. 17 1月, 2009 1 次提交
  10. 19 12月, 2008 2 次提交
    • L
      ACPI: move wmi, asus_acpi, toshiba_acpi to drivers/platform/x86 · b4f9fe12
      Len Brown 提交于
      These are platform specific drivers that happen to use ACPI,
      while drivers/acpi/ is for code that implements ACPI itself.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      b4f9fe12
    • L
      create drivers/platform/x86/ from drivers/misc/ · 41b16dce
      Len Brown 提交于
      Move x86 platform specific drivers from drivers/misc/
      to a new home under drivers/platform/x86/.
      
      The community has been maintaining x86 vendor-specific
      platform specific drivers under /drivers/misc/ for a few years.
      The oldest ones started life under drivers/acpi.
      They moved out of drivers/acpi/ because they don't actually
      implement the ACPI specification, but either simply
      use ACPI, or implement vendor-specific ACPI extensions.
      
      In the future we anticipate...
      drivers/misc/ will go away.
      other architectures will create drivers/platform/<arch>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      41b16dce