[Intel-gfx] [PATCH igt] igt/gem_mocs_settings: Skip non-existent engines

Michał Winiarski michal.winiarski at intel.com
Mon Oct 16 08:29:54 UTC 2017


On Mon, Oct 16, 2017 at 08:12:46AM +0000, Chris Wilson wrote:
> For per-engine checks, check the engine actually exists (important for
> bsd aliasing).
> 
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

Reviewed-by: Michał Winiarski <michal.winiarski at intel.com>

-Michał

> ---
>  tests/gem_mocs_settings.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/gem_mocs_settings.c b/tests/gem_mocs_settings.c
> index 05dfc637..cb99010d 100644
> --- a/tests/gem_mocs_settings.c
> +++ b/tests/gem_mocs_settings.c
> @@ -374,6 +374,8 @@ static void run_test(int fd, unsigned engine, unsigned flags, unsigned mode)
>  	uint32_t ctx_clean_id;
>  	uint32_t ctx_dirty_id;
>  
> +	gem_require_ring(fd, engine);
> +
>  	/* Skip if we don't know where the registers are for this engine */
>  	igt_require(get_engine_base(engine));
>  
> -- 
> 2.15.0.rc0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx


More information about the Intel-gfx mailing list