From: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>
To: Kamil Konieczny <kamil.konieczny@linux.intel.com>,
igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_exec_suspend: Add 48b exec flag for execbuf
Date: Wed, 23 Mar 2022 18:38:03 +0100 [thread overview]
Message-ID: <Yjta+9X/3cub+MeJ@zkempczy-mobl2> (raw)
In-Reply-To: <YjtO3wJ4NnjSM4N5@kamilkon-DESK1>
On Wed, Mar 23, 2022 at 05:46:23PM +0100, Kamil Konieczny wrote:
> Dnia 2022-03-23 at 14:06:52 +0100, Zbigniew Kempczyński napisał(a):
> > 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.
>
> imho this is better to describe as in cover letter, e.g. that dg2
> has vm larger than 4GB (2^32) so we need to add this flag.
> Bigger alignment shows this in runs so you can add that also.
> It is not strong opinion, you can change it or not.
I think this is obvious, starting at gen8 we got PPGTT which is > 32b.
>
> >
> > 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
> >
> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Thanks for review.
>
> --
> Kamil
>
next prev parent reply other threads:[~2022-03-23 17:39 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 ` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_exec_suspend: Add 48b exec flag for execbuf Zbigniew Kempczyński
2022-03-23 16:46 ` Kamil Konieczny
2022-03-23 17:38 ` Zbigniew Kempczyński [this message]
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=Yjta+9X/3cub+MeJ@zkempczy-mobl2 \
--to=zbigniew.kempczynski@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.intel.com \
/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