public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Ayaz A Siddiqui <ayaz.siddiqui@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t 2/2] i915/gem_render_tiled_blits: Add check for hardware based FENCE support
Date: Sat, 01 Feb 2020 13:20:15 -0800	[thread overview]
Message-ID: <87y2tm3sz4.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20200201193347.7432-3-ayaz.siddiqui@intel.com>

On Sat, 01 Feb 2020 11:33:47 -0800, Ayaz A Siddiqui wrote:
>
> This test is verifying the integrity of blitter render copy on platforms
> which support FENCE based tiling. Since blitter does not use FENCE after
> Gen4+ so this test can only be useful for Platform prior to Gen4.
> A check has been added to skip this test if fences  are not available in
> platform.
>
> Test to check effects of different physical address values on render
> copy is being developed as Kernel selftest.
>
> Signed-off-by: Ayaz A Siddiqui ayaz.siddiqui@intel.com

Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>

> ---
>  tests/i915/gem_render_tiled_blits.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/i915/gem_render_tiled_blits.c b/tests/i915/gem_render_tiled_blits.c
> index 1de1b72c..5f49b3fe 100644
> --- a/tests/i915/gem_render_tiled_blits.c
> +++ b/tests/i915/gem_render_tiled_blits.c
> @@ -204,6 +204,7 @@ igt_main
>	igt_fixture {
>		fd = drm_open_driver(DRIVER_INTEL);
>		igt_require_gem(fd);
> +		igt_require(gem_available_fences(fd) > 0);
>	}
>
>	igt_subtest("basic") {
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2020-02-01 21:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-01 19:33 [igt-dev] [PATCH i-g-t 0/2] Add check for FENCE based tiling support Ayaz A Siddiqui
2020-02-01 19:33 ` [igt-dev] [PATCH i-g-t 1/2] i915/gem_tiled_pread_*: " Ayaz A Siddiqui
2020-02-01 21:05   ` Dixit, Ashutosh
2020-02-02 10:26     ` Chris Wilson
2020-02-02 13:05       ` Siddiqui, Ayaz A
2020-02-01 19:33 ` [igt-dev] [PATCH i-g-t 2/2] i915/gem_render_tiled_blits: Add check for hardware based FENCE support Ayaz A Siddiqui
2020-02-01 21:20   ` Dixit, Ashutosh [this message]
2020-02-01 20:21 ` [igt-dev] ✓ Fi.CI.BAT: success for Add check for FENCE based tiling support Patchwork
2020-02-05  3:06 ` [igt-dev] ✓ 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=87y2tm3sz4.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=ayaz.siddiqui@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