[Intel-gfx] [PATCH 05/18] tests/drv_getparams: mark EU and subslice fetch as basic
Daniel Vetter
daniel at ffwll.ch
Fri Aug 14 05:27:37 PDT 2015
On Thu, Aug 13, 2015 at 01:31:28PM -0700, Jesse Barnes wrote:
> Fundamental and simple functionality.
>
> Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>
Mark entire testcase as basic instead to catch future extensions?
getparams should always complete super-fast I think.
-Daniel
> ---
> tests/drv_getparams.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/drv_getparams.c b/tests/drv_getparams.c
> index 31382e9..5a5c8bb 100644
> --- a/tests/drv_getparams.c
> +++ b/tests/drv_getparams.c
> @@ -157,9 +157,9 @@ igt_main
> init();
> }
>
> - igt_subtest("subslice-total")
> + igt_subtest("basic-subslice-total")
> subslice_total();
>
> - igt_subtest("eu-total")
> + igt_subtest("basic-eu-total")
> eu_total();
> }
> --
> 1.9.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the Intel-gfx
mailing list