From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_exec_suspend: Add 48b exec flag for execbuf
Date: Wed, 23 Mar 2022 14:06:52 +0100 [thread overview]
Message-ID: <20220323130653.65094-2-zbigniew.kempczynski@intel.com> (raw)
In-Reply-To: <20220323130653.65094-1-zbigniew.kempczynski@intel.com>
On DG2 and beyond safe alignment is bigger than on previous gens
so test could get offset which is >= 2^32. Add execbuf flag which
allows using such offsets.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
---
tests/i915/gem_exec_suspend.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/i915/gem_exec_suspend.c b/tests/i915/gem_exec_suspend.c
index 59fad1dc9e..401026ef9a 100644
--- a/tests/i915/gem_exec_suspend.c
+++ b/tests/i915/gem_exec_suspend.c
@@ -137,7 +137,7 @@ static void run_test(int fd, const intel_ctx_t *ctx,
} else {
/* ignore first execbuf offset */
obj[0].offset = get_offset(ahnd, obj[0].handle, 4096, 0);
- obj[0].flags |= EXEC_OBJECT_PINNED;
+ obj[0].flags |= EXEC_OBJECT_PINNED | EXEC_OBJECT_SUPPORTS_48B_ADDRESS;
}
for (int i = 0; i < 1024; i++) {
@@ -150,7 +150,7 @@ static void run_test(int fd, const intel_ctx_t *ctx,
obj[1].handle = gem_create(fd, 4096);
if (ahnd) {
obj[1].offset = get_offset(ahnd, obj[1].handle, 4096, 0);
- obj[1].flags |= EXEC_OBJECT_PINNED;
+ obj[1].flags |= EXEC_OBJECT_PINNED | EXEC_OBJECT_SUPPORTS_48B_ADDRESS;
offset = obj[0].offset + reloc.delta;
} else {
offset = reloc.presumed_offset + reloc.delta;
--
2.32.0
next prev parent reply other threads:[~2022-03-23 13:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-23 13:06 [igt-dev] [PATCH i-g-t 0/2] Add missing 48b flag to execbuf Zbigniew Kempczyński
2022-03-23 13:06 ` Zbigniew Kempczyński [this message]
2022-03-23 16:46 ` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_exec_suspend: Add 48b exec flag for execbuf Kamil Konieczny
2022-03-23 17:38 ` Zbigniew Kempczyński
2022-03-23 13:06 ` [igt-dev] [PATCH i-g-t 2/2] tests/i915/gem_exec_parallel: Add 48b flag to execbuf Zbigniew Kempczyński
2022-03-23 16:48 ` Kamil Konieczny
2022-03-23 14:14 ` [igt-dev] ✓ Fi.CI.BAT: success for Add missing " Patchwork
2022-03-23 16:11 ` [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=20220323130653.65094-2-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