[igt-dev] [PATCH i-g-t] tests/perf: fix gen8 small cores whitelist expectation

Lofstedt, Marta marta.lofstedt at intel.com
Mon Apr 9 07:45:27 UTC 2018


Reviewed-by: Marta Lofstedt <marta.lofstedt at intel.com>

> -----Original Message-----
> From: igt-dev [mailto:igt-dev-bounces at lists.freedesktop.org] On Behalf Of
> Lionel Landwerlin
> Sent: Saturday, April 7, 2018 3:31 PM
> To: igt-dev at lists.freedesktop.org
> Subject: [igt-dev] [PATCH i-g-t] tests/perf: fix gen8 small cores whitelist
> expectation
> 
> We don't expect to access those registers on Braswell.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105593
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  tests/perf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/perf.c b/tests/perf.c index 153f30eb..2a73d5b9 100644
> --- a/tests/perf.c
> +++ b/tests/perf.c
> @@ -3932,7 +3932,7 @@ test_whitelisted_registers_userspace_config(void)
>  		mux_regs[i++] = 0;
>  	}
> 
> -	if (intel_gen(devid) >= 8) {
> +	if (intel_gen(devid) >= 8 && !IS_CHERRYVIEW(devid)) {
>  		/* NOA_CONFIG */
>  		mux_regs[i++] = 0xD04;
>  		mux_regs[i++] = 0;
> --
> 2.17.0
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev


More information about the igt-dev mailing list