From: priyanka.dandamudi@intel.com
To: kamil.konieczny@linux.intel.com, igt-dev@lists.freedesktop.org,
arjun.melkaveri@intel.com, priyanka.dandamudi@intel.com
Subject: [igt-dev] [PATCH i-g-t 1/2] tests/drm_import_export: Added test description for test case
Date: Thu, 24 Mar 2022 15:57:49 +0530 [thread overview]
Message-ID: <20220324102750.21771-2-priyanka.dandamudi@intel.com> (raw)
In-Reply-To: <20220324102750.21771-1-priyanka.dandamudi@intel.com>
From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Added test description to all the test and subtests.
v2: Small modifications.
Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Melkaveri Arjun <arjun.melkaveri@intel.com>
---
tests/drm_import_export.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c
index 65cac60d..06245e8b 100644
--- a/tests/drm_import_export.c
+++ b/tests/drm_import_export.c
@@ -43,6 +43,7 @@
#include "i915/gem.h"
#define DURATION 10
+IGT_TEST_DESCRIPTION("Basic check to verify the behaviour of libdrm bo for prime/flink");
int fd;
drm_intel_bufmgr *bufmgr;
@@ -250,16 +251,22 @@ igt_main {
drm_intel_bufmgr_gem_enable_reuse(bufmgr);
}
+ igt_describe("Verify whether the behaviour of libdrm"
+ " is consistent for flink or not.");
igt_subtest("import-close-race-flink") {
use_flink = true;
test_import_close_race();
}
+ igt_describe("Verify whether the behaviour of libdrm"
+ " is consistent for prime or not.");
igt_subtest("import-close-race-prime") {
use_flink = false;
test_import_close_race();
}
+ igt_describe("Multithreaded test to validate the (lack of) locking in"
+ " the flink code in libdrm.");
igt_subtest("flink") {
use_flink = true;
@@ -274,6 +281,8 @@ igt_main {
pthread_join(test_thread_id4, NULL);
}
+ igt_describe("Multithreaded test to validate the (lack of) locking in"
+ " the prime code in libdrm.");
igt_subtest("prime") {
use_flink = false;
--
2.25.1
next prev parent reply other threads:[~2022-03-24 10:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-24 10:27 [igt-dev] [PATCH i-g-t 0/2] HAX add description to drm_import_export priyanka.dandamudi
2022-03-24 10:27 ` priyanka.dandamudi [this message]
2022-04-28 13:59 ` [igt-dev] [PATCH i-g-t 1/2] tests/drm_import_export: Added test description for test case Kamil Konieczny
2022-03-24 10:27 ` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run priyanka.dandamudi
2022-03-24 12:55 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to drm_import_export (rev2) Patchwork
-- strict thread matches above, loose matches on Subject: below --
2022-03-21 14:09 [igt-dev] [PATCH i-g-t 0/2] HAX add description to drm_import_export priyanka.dandamudi
2022-03-21 14:09 ` [igt-dev] [PATCH i-g-t 1/2] tests/drm_import_export: Added test description for test case priyanka.dandamudi
2022-03-23 13:26 ` Kamil Konieczny
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=20220324102750.21771-2-priyanka.dandamudi@intel.com \
--to=priyanka.dandamudi@intel.com \
--cc=arjun.melkaveri@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