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: igt-dev@lists.freedesktop.org
Subject: [Intel-gfx] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt
Date: Thu, 12 Dec 2019 10:29:24 +0000	[thread overview]
Message-ID: <20191212102924.1194130-1-chris@chris-wilson.co.uk> (raw)

The cmdparser tests are tied to the generation, so rename the tests to
indicate that and remove the ambiguity that they are more generic tests.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 tests/Makefile.sources                                 | 8 ++++----
 tests/i915/{gem_exec_parse.c => gen7_exec_parse.c}     | 0
 tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} | 0
 tests/intel-ci/blacklist.txt                           | 2 +-
 tests/meson.build                                      | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)
 rename tests/i915/{gem_exec_parse.c => gen7_exec_parse.c} (100%)
 rename tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} (100%)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 2893f9bc0..806eb02d0 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -241,11 +241,11 @@ gem_exec_parallel_SOURCES = i915/gem_exec_parallel.c
 TESTS_progs += gem_exec_params
 gem_exec_params_SOURCES = i915/gem_exec_params.c
 
-TESTS_progs += gem_exec_parse
-gem_exec_parse_SOURCES = i915/gem_exec_parse.c
+TESTS_progs += gen7_exec_parse
+gen7_exec_parse_SOURCES = i915/gen7_exec_parse.c
 
-TESTS_progs += gem_exec_parse_blt
-gem_exec_parse_blt_SOURCES = i915/gem_exec_parse_blt.c
+TESTS_progs += gen9_exec_parse
+gen9_exec_parse_SOURCES = i915/gen9_exec_parse.c
 
 TESTS_progs += gem_exec_reloc
 gem_exec_reloc_SOURCES = i915/gem_exec_reloc.c
diff --git a/tests/i915/gem_exec_parse.c b/tests/i915/gen7_exec_parse.c
similarity index 100%
rename from tests/i915/gem_exec_parse.c
rename to tests/i915/gen7_exec_parse.c
diff --git a/tests/i915/gem_exec_parse_blt.c b/tests/i915/gen9_exec_parse.c
similarity index 100%
rename from tests/i915/gem_exec_parse_blt.c
rename to tests/i915/gen9_exec_parse.c
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 4bca1b6c5..a48163c68 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -77,7 +77,7 @@ igt@gem_write_read_ring_switch(@.*)?
 ###############################################
 # GEM: Not worth fixing
 ###############################################
-igt@gem_exec_parse@.*lri.*
+igt@gen7_exec_parse@.*lri.*
 ###############################################
 # There are no DRRS capable displays in CI lab
 ###############################################
diff --git a/tests/meson.build b/tests/meson.build
index d931cc372..570de5459 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -147,8 +147,8 @@ i915_progs = [
 	'gem_exec_nop',
 	'gem_exec_parallel',
 	'gem_exec_params',
-	'gem_exec_parse',
-	'gem_exec_parse_blt',
+	'gen7_exec_parse',
+	'gen9_exec_parse',
 	'gem_exec_reloc',
 	'gem_exec_reuse',
 	'gem_exec_schedule',
-- 
2.24.0

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

WARNING: multiple messages have this Message-ID (diff)
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt
Date: Thu, 12 Dec 2019 10:29:24 +0000	[thread overview]
Message-ID: <20191212102924.1194130-1-chris@chris-wilson.co.uk> (raw)

The cmdparser tests are tied to the generation, so rename the tests to
indicate that and remove the ambiguity that they are more generic tests.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 tests/Makefile.sources                                 | 8 ++++----
 tests/i915/{gem_exec_parse.c => gen7_exec_parse.c}     | 0
 tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} | 0
 tests/intel-ci/blacklist.txt                           | 2 +-
 tests/meson.build                                      | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)
 rename tests/i915/{gem_exec_parse.c => gen7_exec_parse.c} (100%)
 rename tests/i915/{gem_exec_parse_blt.c => gen9_exec_parse.c} (100%)

diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 2893f9bc0..806eb02d0 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -241,11 +241,11 @@ gem_exec_parallel_SOURCES = i915/gem_exec_parallel.c
 TESTS_progs += gem_exec_params
 gem_exec_params_SOURCES = i915/gem_exec_params.c
 
-TESTS_progs += gem_exec_parse
-gem_exec_parse_SOURCES = i915/gem_exec_parse.c
+TESTS_progs += gen7_exec_parse
+gen7_exec_parse_SOURCES = i915/gen7_exec_parse.c
 
-TESTS_progs += gem_exec_parse_blt
-gem_exec_parse_blt_SOURCES = i915/gem_exec_parse_blt.c
+TESTS_progs += gen9_exec_parse
+gen9_exec_parse_SOURCES = i915/gen9_exec_parse.c
 
 TESTS_progs += gem_exec_reloc
 gem_exec_reloc_SOURCES = i915/gem_exec_reloc.c
diff --git a/tests/i915/gem_exec_parse.c b/tests/i915/gen7_exec_parse.c
similarity index 100%
rename from tests/i915/gem_exec_parse.c
rename to tests/i915/gen7_exec_parse.c
diff --git a/tests/i915/gem_exec_parse_blt.c b/tests/i915/gen9_exec_parse.c
similarity index 100%
rename from tests/i915/gem_exec_parse_blt.c
rename to tests/i915/gen9_exec_parse.c
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 4bca1b6c5..a48163c68 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -77,7 +77,7 @@ igt@gem_write_read_ring_switch(@.*)?
 ###############################################
 # GEM: Not worth fixing
 ###############################################
-igt@gem_exec_parse@.*lri.*
+igt@gen7_exec_parse@.*lri.*
 ###############################################
 # There are no DRRS capable displays in CI lab
 ###############################################
diff --git a/tests/meson.build b/tests/meson.build
index d931cc372..570de5459 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -147,8 +147,8 @@ i915_progs = [
 	'gem_exec_nop',
 	'gem_exec_parallel',
 	'gem_exec_params',
-	'gem_exec_parse',
-	'gem_exec_parse_blt',
+	'gen7_exec_parse',
+	'gen9_exec_parse',
 	'gem_exec_reloc',
 	'gem_exec_reuse',
 	'gem_exec_schedule',
-- 
2.24.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2019-12-12 10:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-12 10:29 Chris Wilson [this message]
2019-12-12 10:29 ` [igt-dev] [PATCH i-g-t] i915: Rename gem_exec_parse and gem_exec_parse_blt Chris Wilson
2019-12-12 10:48 ` [igt-dev] ✗ GitLab.Pipeline: failure for " Patchwork
2019-12-12 10:53 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-12-12 22:40 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-12-16 10:27 ` [Intel-gfx] [PATCH i-g-t] " Mika Kuoppala

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=20191212102924.1194130-1-chris@chris-wilson.co.uk \
    --to=chris@chris-wilson.co.uk \
    --cc=igt-dev@lists.freedesktop.org \
    --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.