All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] Remove resource streamer tests
Date: Fri, 13 Jul 2018 10:53:17 +0200	[thread overview]
Message-ID: <20180713085317.GC3008@phenom.ffwll.local> (raw)
In-Reply-To: <20180712205103.3173-1-lucas.demarchi@intel.com>

On Thu, Jul 12, 2018 at 01:51:03PM -0700, Lucas De Marchi wrote:
> Resource streamer is being removed from all GENs, so just test it
> returns EINVAL when a batch is submitted with I915_EXEC_RESOURCE_STREAMER.
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

Erm, you're not removing the RS tests, only the ioctl flag validation
tests. Those we still want, I'd say 1 per ring, including RCS. Makes CI
mildly unhappy because we can't submit both a kernel and igt series
together, but oh well.
-Daniel

> ---
> 
> Required by https://patchwork.freedesktop.org/series/46224/
> 
>  tests/gem_exec_params.c | 22 ++--------------------
>  1 file changed, 2 insertions(+), 20 deletions(-)
> 
> diff --git a/tests/gem_exec_params.c b/tests/gem_exec_params.c
> index 04c21c05..4cb7ceb0 100644
> --- a/tests/gem_exec_params.c
> +++ b/tests/gem_exec_params.c
> @@ -374,30 +374,12 @@ igt_main
>  		execbuf.num_cliprects = 0;
>  	}
>  
> -	igt_subtest("rs-invalid-on-bsd-ring") {
> -		igt_require(IS_HASWELL(devid) || intel_gen(devid) >= 8);
> +	/* Resource Streamer has been removed from all Gens */
> +	igt_subtest("rs-invalid") {
>  		execbuf.flags = I915_EXEC_BSD | LOCAL_I915_EXEC_RESOURCE_STREAMER;
>  		RUN_FAIL(EINVAL);
>  	}
>  
> -	igt_subtest("rs-invalid-on-blt-ring") {
> -		igt_require(IS_HASWELL(devid) || intel_gen(devid) >= 8);
> -		execbuf.flags = I915_EXEC_BLT | LOCAL_I915_EXEC_RESOURCE_STREAMER;
> -		RUN_FAIL(EINVAL);
> -	}
> -
> -	igt_subtest("rs-invalid-on-vebox-ring") {
> -		igt_require(IS_HASWELL(devid) || intel_gen(devid) >= 8);
> -		execbuf.flags = I915_EXEC_VEBOX | LOCAL_I915_EXEC_RESOURCE_STREAMER;
> -		RUN_FAIL(EINVAL);
> -	}
> -
> -	igt_subtest("rs-invalid-gen") {
> -		igt_require(!IS_HASWELL(devid) && intel_gen(devid) < 8);
> -		execbuf.flags = I915_EXEC_RENDER | LOCAL_I915_EXEC_RESOURCE_STREAMER;
> -		RUN_FAIL(EINVAL);
> -	}
> -
>  	igt_subtest("invalid-fence-in") {
>  		igt_require(gem_has_exec_fence(fd));
>  		execbuf.flags = LOCAL_I915_EXEC_FENCE_IN;
> -- 
> 2.17.1
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2018-07-13  8:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-12 20:51 [igt-dev] [PATCH i-g-t] Remove resource streamer tests Lucas De Marchi
2018-07-12 21:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-07-13  0:07 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-07-13  8:53 ` Daniel Vetter [this message]
2018-07-19 19:16   ` [igt-dev] [PATCH i-g-t v2] Follow kernel's resource streamer removal Lucas De Marchi
2018-07-19 19:26     ` Chris Wilson
2018-07-23 21:15       ` Lucas De Marchi
2018-07-23 21:17         ` Lucas De Marchi
2018-07-24  9:50         ` Chris Wilson
2018-07-31 23:53       ` [igt-dev] [PATCH i-g-t v3] " Lucas De Marchi
2018-08-01  8:53         ` Chris Wilson
2018-08-02  5:03           ` Rodrigo Vivi
2018-07-19 19:51     ` [igt-dev] [PATCH i-g-t v2] " Rodrigo Vivi
2018-07-19 20:04       ` Chris Wilson
2018-07-19 20:40         ` Rodrigo Vivi
2018-07-19 19:57 ` [igt-dev] ✓ Fi.CI.BAT: success for Remove resource streamer tests (rev2) Patchwork
2018-07-20  1:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-08-01  0:38 ` [igt-dev] ✓ Fi.CI.BAT: success for Remove resource streamer tests (rev3) Patchwork
2018-08-01  1:56 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180713085317.GC3008@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.