From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] tests/i915/gem_set_tiling_vs_pwrite: disable test on gens without ggtt
Date: Tue, 4 Feb 2020 08:21:22 +0100 [thread overview]
Message-ID: <20200204072122.5968-1-zbigniew.kempczynski@intel.com> (raw)
Test requires fences to map via ggtt so we can skip it on newer gens.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/i915/gem_set_tiling_vs_pwrite.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/i915/gem_set_tiling_vs_pwrite.c b/tests/i915/gem_set_tiling_vs_pwrite.c
index 25a28191..b37a2ee4 100644
--- a/tests/i915/gem_set_tiling_vs_pwrite.c
+++ b/tests/i915/gem_set_tiling_vs_pwrite.c
@@ -55,6 +55,7 @@ igt_simple_main
uint32_t handle;
fd = drm_open_driver(DRIVER_INTEL);
+ gem_require_mappable_ggtt(fd);
for (i = 0; i < OBJECT_SIZE/4; i++)
data[i] = i;
--
2.23.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2020-02-04 7:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-04 7:21 Zbigniew Kempczyński [this message]
2020-02-04 8:41 ` [igt-dev] [PATCH i-g-t] tests/i915/gem_set_tiling_vs_pwrite: disable test on gens without ggtt Chris Wilson
2020-02-04 14:27 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-02-06 12:53 ` [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=20200204072122.5968-1-zbigniew.kempczynski@intel.com \
--to=zbigniew.kempczynski@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