mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/pm_pc8: BDW should also support PC8 residencies
And I'm hoping the MSR register addresses will be the same. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
d3582aeade
commit
0a57d0b8d3
@ -683,7 +683,7 @@ static void setup_pc8(void)
|
|||||||
has_pc8 = false;
|
has_pc8 = false;
|
||||||
|
|
||||||
/* Only Haswell supports the PC8 feature. */
|
/* Only Haswell supports the PC8 feature. */
|
||||||
if (!IS_HASWELL(ms_data.devid))
|
if (!IS_HASWELL(ms_data.devid) && !IS_BROADWELL(ms_data.devid))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Make sure our Kernel supports MSR and the module is loaded. */
|
/* Make sure our Kernel supports MSR and the module is loaded. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user