projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d2b6e4
)
thermal/intel_powerclamp: add id for broadwell server
author
Jacob Pan
<jacob.jun.pan@linux.intel.com>
Tue, 7 Apr 2015 12:47:26 +0000
(
05:47
-0700)
committer
Zhang Rui
<rui.zhang@intel.com>
Sat, 9 May 2015 05:36:56 +0000
(13:36 +0800)
Broadwell server has support for package C-states, idle injection works
as expected on this platform.
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_powerclamp.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/intel_powerclamp.c
b/drivers/thermal/intel_powerclamp.c
index b0f7ced5c3ef51cd428358b8f52d802d6380cfd0..9b02d19ce1a454761264e7d2f85edaed79f54f07 100644
(file)
--- a/
drivers/thermal/intel_powerclamp.c
+++ b/
drivers/thermal/intel_powerclamp.c
@@
-689,6
+689,7
@@
static const struct x86_cpu_id intel_powerclamp_ids[] __initconst = {
{ X86_VENDOR_INTEL, 6, 0x46},
{ X86_VENDOR_INTEL, 6, 0x4c},
{ X86_VENDOR_INTEL, 6, 0x4d},
+ { X86_VENDOR_INTEL, 6, 0x4f},
{ X86_VENDOR_INTEL, 6, 0x56},
{}
};