From: Ayaz A Siddiqui <ayaz.siddiqui@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Ayaz A Siddiqui <ayaz.siddiqui@intel.com>
Subject: [igt-dev] [PATCH i-g-t 1/2] i915/gem_tiled_pread_*: Add check for FENCE based tiling support
Date: Sun, 2 Feb 2020 01:03:46 +0530 [thread overview]
Message-ID: <20200201193347.7432-2-ayaz.siddiqui@intel.com> (raw)
In-Reply-To: <20200201193347.7432-1-ayaz.siddiqui@intel.com>
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));
--
2.24.0
_______________________________________________
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 19:34 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 ` Ayaz A Siddiqui [this message]
2020-02-01 21:05 ` [igt-dev] [PATCH i-g-t 1/2] i915/gem_tiled_pread_*: " 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
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=20200201193347.7432-2-ayaz.siddiqui@intel.com \
--to=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