Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: CQ Tang <cq.tang@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t v2 1/2] i915/gem_eio: Exercise object creation while wedged
Date: Wed, 9 Mar 2022 18:08:56 +0100	[thread overview]
Message-ID: <YijfKCADll+2Q2jp@kamilkon-DESK1> (raw)
In-Reply-To: <20220308144914.29185-2-anshuman.gupta@intel.com>

Hi,

Dnia 2022-03-08 at 20:19:13 +0530, Anshuman Gupta napisał(a):
> From: Chris Wilson <chris@chris-wilson.co.uk>
> 
> Make sure that we can continue to create buffers, primarily to service as
> frameuffers for scanout, even while the device is wedged.
-------^
framebuffers

> 
> v2:
> - Deleted gem_memory_topology.[ch] and moved it's content
>   to intel_memory_region.[ch]. [Ashutosh]
> - Fixed checkpatch.pl wanring.
> 
> Cc: CQ Tang <cq.tang@intel.com>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
> ---
>  lib/i915/intel_memory_region.c | 51 ++++++++++++++++++++++++++++++++++
>  lib/i915/intel_memory_region.h | 14 ++++++++++
>  tests/i915/gem_eio.c           | 39 ++++++++++++++++++++++++++
>  3 files changed, 104 insertions(+)
> 

<cut>

>  static void test_context_create(int fd)
>  {
>  	uint32_t ctx;
> @@ -997,6 +1030,12 @@ igt_main
>  	igt_subtest("throttle")
>  		test_throttle(fd);
>  

Please add description before test with igt_describe().

> +	igt_subtest("create")
> +		test_create(fd);
> +

Same here.

> +	igt_subtest("create-ext")
> +		test_create_ext(fd);
> +
>  	igt_subtest("context-create")
>  		test_context_create(fd);
>  
> -- 
> 2.26.2
>
Regards,
Kamil
 

  parent reply	other threads:[~2022-03-09 17:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-08 14:49 [igt-dev] [PATCH i-g-t v2 0/2] Add placement to gem_exec_stress Anshuman Gupta
2022-03-08 14:49 ` [igt-dev] [PATCH i-g-t v2 1/2] i915/gem_eio: Exercise object creation while wedged Anshuman Gupta
2022-03-09 16:50   ` Dixit, Ashutosh
2022-03-09 17:08   ` Kamil Konieczny [this message]
2022-03-08 14:49 ` [igt-dev] [PATCH i-g-t v2 2/2] i915_pm_rpm: Add placement to gem_exec_stress Anshuman Gupta
2022-03-09 17:01   ` Dixit, Ashutosh
2022-03-08 19:58 ` [igt-dev] ✓ Fi.CI.BAT: success for Add placement to gem_exec_stress (rev2) Patchwork
2022-03-09  1:30 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=YijfKCADll+2Q2jp@kamilkon-DESK1 \
    --to=kamil.konieczny@linux.intel.com \
    --cc=cq.tang@intel.com \
    --cc=igt-dev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox