From: Riana Tauro <riana.tauro@intel.com>
To: Soham Purkait <soham.purkait@intel.com>, <igt-dev@lists.freedesktop.org>
Cc: <anshuman.gupta@intel.com>
Subject: Re: [PATCH 1/1] Check gtidle before rc6 disable test
Date: Thu, 3 Oct 2024 10:38:58 +0530 [thread overview]
Message-ID: <55b8c73b-7786-43bc-9420-5b3868b4c2aa@intel.com> (raw)
In-Reply-To: <20241001191230.113540-2-soham.purkait@intel.com>
Hi Soham
1) set your git config user.name. format should be first name followed
by last
From: "Soham Purkait" <soham.purkait@intel.com>
2) you do not need a cover letter for a single patch
3) add a detailed commit message and the subject should follow
the format of other commits. check git log and follow the previous
commits
4) use "PATCH i-g-t" for igt patches
git format-patch --subject-prefix="PATCH i-g-t"
On 10/2/2024 12:42 AM, Soham Purkait wrote:
> From: "Purkait, Soham" <soham.purkait@intel.com>
>
> ---
> tests/intel/xe_oa.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
> index 9be4fd633..6538d6323 100644
> --- a/tests/intel/xe_oa.c
> +++ b/tests/intel/xe_oa.c
> @@ -4644,8 +4644,10 @@ igt_main
> test_oa_unit_concurrent_oa_buffer_read();
> }
>
> - igt_subtest("rc6-disable")
> + igt_subtest("rc6-disable"){
add space before {
Thanks,
Riana Tauro
> + igt_require(xe_sysfs_gt_has_node(drm_fd, 0, "gtidle"));
> test_rc6_disable();
> + }
>
> igt_subtest_with_dynamic("stress-open-close") {
> __for_one_hwe_in_oag(hwe)
next prev parent reply other threads:[~2024-10-03 5:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-01 19:12 [PATCH 0/1] Existence of gtidle node check before rc6 disable test Soham Purkait
2024-10-01 19:12 ` [PATCH 1/1] Check gtidle " Soham Purkait
2024-10-03 5:08 ` Riana Tauro [this message]
2024-10-01 20:53 ` ✓ CI.xeBAT: success for Existence of gtidle node check " Patchwork
2024-10-01 21:08 ` ✓ Fi.CI.BAT: " Patchwork
2024-10-02 0:06 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-02 17:50 ` ✗ 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=55b8c73b-7786-43bc-9420-5b3868b4c2aa@intel.com \
--to=riana.tauro@intel.com \
--cc=anshuman.gupta@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=soham.purkait@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