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 1/2] i915/gem_tiled_pread_*: Add check for FENCE based tiling support
Date: Sat, 01 Feb 2020 13:05:50 -0800 [thread overview]
Message-ID: <87zhe23tn5.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20200201193347.7432-2-ayaz.siddiqui@intel.com>
On Sat, 01 Feb 2020 11:33:46 -0800, Ayaz A Siddiqui wrote:
>
> These tests are verifying integrity of the tiled data read and write operation
> on platforms which supports FENCE based tiling.
>
> A check has been added to skip these tests if FENCES are not available
> in platform.
> Tests updated in this patch :
> 1. gem_tiled_pread_basic
> 2. gem_tiled_pread_pwrite
>
> Signed-off-by: Ayaz A Siddiqui <ayaz.siddiqui@intel.com>
> ---
> tests/i915/gem_tiled_pread_basic.c | 2 +-
> tests/i915/gem_tiled_pread_pwrite.c | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/i915/gem_tiled_pread_basic.c b/tests/i915/gem_tiled_pread_basic.c
> index 1ac9eccd..7cb64410 100644
> --- a/tests/i915/gem_tiled_pread_basic.c
> +++ b/tests/i915/gem_tiled_pread_basic.c
> @@ -124,7 +124,7 @@ igt_simple_main
> uint32_t devid;
>
> fd = drm_open_driver(DRIVER_INTEL);
> -
> + igt_require(gem_available_fences(fd) > 0);
> handle = create_bo(fd);
> igt_require(gem_get_tiling(fd, handle, &tiling, &swizzle));
>
> diff --git a/tests/i915/gem_tiled_pread_pwrite.c b/tests/i915/gem_tiled_pread_pwrite.c
> index 0988a4e8..ee163843 100644
> --- a/tests/i915/gem_tiled_pread_pwrite.c
> +++ b/tests/i915/gem_tiled_pread_pwrite.c
> @@ -122,6 +122,7 @@ igt_simple_main
>
> current_tiling_mode = I915_TILING_X;
>
> + igt_require(gem_available_fences(fd) > 0);
> handle = create_bo_and_fill(fd);
> igt_require(gem_get_tiling(fd, handle, &tiling, &swizzle));
Both these places already have igt_require(gem_get_tiling()) which is
equivalent so I'd say this patch is not requried.
(In any case if you want to introduce igt_require(gem_available_fences())
I'd put it right after drm_open_driver(), not inside the loop).
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2020-02-01 21:05 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 [this message]
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
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=87zhe23tn5.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