From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id BF18310F461 for ; Wed, 27 Apr 2022 16:20:05 +0000 (UTC) Date: Wed, 27 Apr 2022 18:15:15 +0200 From: Kamil Konieczny To: igt-dev@lists.freedesktop.org Message-ID: References: <20220427061726.26383-1-sai.gowtham.ch@intel.com> <20220427061726.26383-2-sai.gowtham.ch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220427061726.26383-2-sai.gowtham.ch@intel.com> Subject: Re: [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_exec_basic: Add test description to the subtest. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ch Sai Gowtham Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Hi Sai, On 2022-04-27 at 11:47:25 +0530, sai.gowtham.ch@intel.com wrote: > From: Ch Sai Gowtham > > Added test description to subtests that are available. > > Cc: Melkaveri Arjun > Cc: Kamil Konieczny > Signed-off-by: Ch Sai Gowtham ---------------- ^ Please correct this to Signed-off-by: Sai Gowtham Ch or Signed-off-by: Sai Gowtham Your_Last_Name_Here You can keep my r-b tag. Regards, Kamil > Reviewed-by: Kamil Konieczny > --- > tests/i915/gem_exec_basic.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/i915/gem_exec_basic.c b/tests/i915/gem_exec_basic.c > index 008a35d0..ab4c1597 100644 > --- a/tests/i915/gem_exec_basic.c > +++ b/tests/i915/gem_exec_basic.c > @@ -63,6 +63,8 @@ igt_main > I915_DEVICE_MEMORY); > } > > + igt_describe("Check basic functionality of GEM_EXECBUFFER2 ioctl on every" > + " ring and iterating over memory regions."); > igt_subtest_with_dynamic("basic") { > for_each_combination(regions, 1, set) { > char *sub_name = memregion_dynamic_subtest_name(regions); > -- > 2.35.1 >