]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86 platform driver: intelligent power sharing driver
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 14 May 2010 22:41:14 +0000 (15:41 -0700)
committerMatthew Garrett <mjg@redhat.com>
Tue, 3 Aug 2010 13:48:45 +0000 (09:48 -0400)
commitaa7ffc01d254c91a36bf854d57a14049c6134c72
tree589fb5fbaf42a41de2915818e589e7368df67778
parent8cadd2831bf3abc94f4530e7fdbab7bb39b6b27d
x86 platform driver: intelligent power sharing driver

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: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel_ips.c [new file with mode: 0644]
include/drm/i915_drm.h