From: sai.gowtham.ch@intel.com
To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com,
kamil.konieczny@linux.intel.com
Subject: [igt-dev] [PATCH i-g-t 1/2] i915/gem_exec_gttfill: Added test description for test case.
Date: Wed, 18 May 2022 19:29:07 +0530 [thread overview]
Message-ID: <20220518135908.23918-2-sai.gowtham.ch@intel.com> (raw)
In-Reply-To: <20220518135908.23918-1-sai.gowtham.ch@intel.com>
From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Added test description to all the available subtests.
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
---
tests/i915/gem_exec_gttfill.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/i915/gem_exec_gttfill.c b/tests/i915/gem_exec_gttfill.c
index ebe6d2d3..4557142d 100644
--- a/tests/i915/gem_exec_gttfill.c
+++ b/tests/i915/gem_exec_gttfill.c
@@ -236,9 +236,12 @@ igt_main
intel_allocator_multiprocess_start();
}
+ igt_describe("Checks if it can handle enough batches to fill gtt");
igt_subtest("basic") /* just enough to run a single pass */
fillgtt(i915, ctx, ALL_ENGINES, 1);
+ igt_describe("Checks the correctness of handling enough batches "
+ "to fill gtt for each engine");
igt_subtest_with_dynamic("engines") {
for_each_ctx_engine(i915, ctx, e) {
if (!gem_class_can_store_dword(i915, e->class))
@@ -249,6 +252,8 @@ igt_main
}
}
+ igt_describe("Stress test check behaviour/correctness of handling"
+ " batches to fill gtt");
igt_subtest("all")
fillgtt(i915, ctx, ALL_ENGINES, 20);
--
2.35.1
next prev parent reply other threads:[~2022-05-18 13:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 13:59 [igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_exec_gttfill sai.gowtham.ch
2022-05-18 13:59 ` sai.gowtham.ch [this message]
2022-05-19 11:57 ` [igt-dev] [PATCH i-g-t 1/2] i915/gem_exec_gttfill: Added test description for test case Kamil Konieczny
2022-05-18 13:59 ` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run sai.gowtham.ch
2022-05-18 15:48 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_exec_gttfill 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=20220518135908.23918-2-sai.gowtham.ch@intel.com \
--to=sai.gowtham.ch@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).