[Intel-gfx] [PATCH] tests/pm_pc8: skip the test if runtime PM is disabled

Daniel Vetter daniel at ffwll.ch
Fri Apr 25 10:08:50 CEST 2014


On Fri, Apr 25, 2014 at 10:29:57AM +0300, Imre Deak wrote:
> The PC8 state won't be entered unless runtime PM is enabled, so support
> for PC8 residency counters alone is not enough to run this test.
> 
> Signed-off-by: Imre Deak <imre.deak at intel.com>

Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>

> ---
>  tests/pm_pc8.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
> index 010af44..9a95326 100644
> --- a/tests/pm_pc8.c
> +++ b/tests/pm_pc8.c
> @@ -769,7 +769,7 @@ static void setup_environment(void)
>  	printf("Runtime PM support: %d\n", has_runtime_pm);
>  	printf("PC8 residency support: %d\n", has_pc8);
>  
> -	igt_require(has_runtime_pm || has_pc8);
> +	igt_require(has_runtime_pm);
>  }
>  
>  static void teardown_environment(void)
> -- 
> 1.8.4
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch



More information about the Intel-gfx mailing list