All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Subject: [Intel-gfx] [PATCH i-g-t] i915/gem_userptr_blts: Move readonly test into common block
Date: Fri, 12 Feb 2021 14:29:26 +0000	[thread overview]
Message-ID: <20210212142926.27547-1-chris@chris-wilson.co.uk> (raw)

Since we only run test_readonly for a single sync-flag, place it in the
common block.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/i915/gem_userptr_blits.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/i915/gem_userptr_blits.c b/tests/i915/gem_userptr_blits.c
index 1bc2d3600..a4f137f93 100644
--- a/tests/i915/gem_userptr_blits.c
+++ b/tests/i915/gem_userptr_blits.c
@@ -2474,6 +2474,9 @@ igt_main_args("c:", NULL, help_str, opt_handler, NULL)
 		igt_subtest("set-cache-level")
 			test_set_caching(fd);
 
+		igt_subtest("readonly")
+			test_readonly(fd);
+
 		igt_subtest("userfault")
 			test_userfault(fd);
 
@@ -2515,9 +2518,6 @@ igt_main_args("c:", NULL, help_str, opt_handler, NULL)
 		igt_subtest("dmabuf-unsync")
 			test_dmabuf();
 
-		igt_subtest("readonly-unsync")
-			test_readonly(fd);
-
 		igt_describe("Examine mmap-offset mapping to read-only userptr");
 		igt_subtest_with_dynamic("readonly-mmap-unsync")
 			for_each_mmap_offset_type(fd, t)
-- 
2.30.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2021-02-12 14:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 14:29 Chris Wilson [this message]
2021-02-12 14:29 ` [Intel-gfx] [PATCH i-g-t] i915/gem_userptr_blts: Move readonly test into common block Chris Wilson
2021-02-12 14:29   ` [igt-dev] " Chris Wilson
2021-02-12 16:42 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-02-12 19:01 ` [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=20210212142926.27547-1-chris@chris-wilson.co.uk \
    --to=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.