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/1] Add check for HW tiling support in gem_set_tiling_vs_blt test
Date: Fri, 31 Jan 2020 12:24:56 +0530 [thread overview]
Message-ID: <20200131065456.16467-2-ayaz.siddiqui@intel.com> (raw)
In-Reply-To: <20200131065456.16467-1-ayaz.siddiqui@intel.com>
This test is currently assuming that platform always support HW tiling.
A check has been added to skip the test if HW tiling is not supported
by platform.
Signed-off-by: Ayaz A Siddiqui <ayaz.siddiqui@intel.com>
---
tests/i915/gem_set_tiling_vs_blt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/i915/gem_set_tiling_vs_blt.c b/tests/i915/gem_set_tiling_vs_blt.c
index c317d1ef..0cb3fdf1 100644
--- a/tests/i915/gem_set_tiling_vs_blt.c
+++ b/tests/i915/gem_set_tiling_vs_blt.c
@@ -232,7 +232,7 @@ igt_main
fd = drm_open_driver(DRIVER_INTEL);
igt_require_gem(fd);
gem_require_blitter(fd);
-
+ igt_require(gem_available_fences(fd) > 0);
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
drm_intel_bufmgr_gem_enable_reuse(bufmgr);
devid = intel_get_drm_devid(fd);
--
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-01-31 6:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-31 6:54 [igt-dev] [PATCH i-g-t 0/1] Add check for HW tiling support in gem_set_tiling_vs_blt test Ayaz A Siddiqui
2020-01-31 6:54 ` Ayaz A Siddiqui [this message]
2020-01-31 11:02 ` [igt-dev] [PATCH i-g-t 1/1] " Zbigniew Kempczyński
2020-01-31 7:55 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2020-01-31 11:26 ` Siddiqui, Ayaz A
2020-01-31 11:34 ` Petri Latvala
2020-01-31 12:08 ` Vudum, Lakshminarayana
2020-01-31 12:04 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-02-03 8: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=20200131065456.16467-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