From: Paulo Zanoni Date: Wed, 26 Feb 2014 18:13:00 +0000 (-0300) Subject: tests/pm_pc8: BDW should also support PC8 residencies X-Git-Tag: intel-gpu-tools-1.6~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a57d0b8d30b73f7d515a2099355f7883681d699;p=platform%2Fupstream%2Fintel-gpu-tools.git 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 --- diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c index ec86a89..ab33d41 100644 --- a/tests/pm_pc8.c +++ b/tests/pm_pc8.c @@ -683,7 +683,7 @@ static void setup_pc8(void) has_pc8 = false; /* Only Haswell supports the PC8 feature. */ - if (!IS_HASWELL(ms_data.devid)) + if (!IS_HASWELL(ms_data.devid) && !IS_BROADWELL(ms_data.devid)) return; /* Make sure our Kernel supports MSR and the module is loaded. */