From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: Petri Latvala <petri.latvala@intel.com>
Cc: Intel GFX discussion <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH i-g-t 2/2] igt: Add VC4 purgeable BO tests
Date: Wed, 27 Sep 2017 14:43:30 +0200 [thread overview]
Message-ID: <20170927144330.053847ac@bbrezillon> (raw)
In-Reply-To: <20170927115705.qhfzzvfy4pwt2lg4@platvala-desk.ger.corp.intel.com>
On Wed, 27 Sep 2017 14:57:05 +0300
Petri Latvala <petri.latvala@intel.com> wrote:
> On Wed, Sep 27, 2017 at 01:51:18PM +0200, Boris Brezillon wrote:
> > Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> > ---
> > tests/Makefile.sources | 1 +
> > tests/vc4_purgeable_bo.c | 274 +++++++++++++++++++++++++++++++++++++++++++++++
> > 2 files changed, 275 insertions(+)
> > create mode 100644 tests/vc4_purgeable_bo.c
> >
> > diff --git a/tests/Makefile.sources b/tests/Makefile.sources
> > index 0adc28a014d2..c78ac9d27921 100644
> > --- a/tests/Makefile.sources
> > +++ b/tests/Makefile.sources
> > @@ -8,6 +8,7 @@ VC4_TESTS = \
> > vc4_create_bo \
> > vc4_dmabuf_poll \
> > vc4_lookup_fail \
> > + vc4_purgeable_bo \
> > vc4_wait_bo \
> > vc4_wait_seqno \
> > $(NULL)
>
>
> For meson, squash this in:
Will do.
Thanks.
Boris
>
>
> diff --git a/tests/meson.build b/tests/meson.build
> index 1c619179..8f94e3c4 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -243,6 +243,7 @@ if libdrm_vc4.found()
> 'vc4_create_bo',
> 'vc4_dmabuf_poll',
> 'vc4_lookup_fail',
> + 'vc4_purgeable_bo',
> 'vc4_wait_bo',
> 'vc4_wait_seqno',
> ]
>
>
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2017-09-27 12:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-27 11:51 [PATCH i-g-t 0/2] igt: Add a testsuite to validate VC4 MADV ioctl Boris Brezillon
2017-09-27 11:51 ` [PATCH i-g-t 1/2] igt: Add a helper function to mark BOs purgeable Boris Brezillon
2017-09-27 11:51 ` [PATCH i-g-t 2/2] igt: Add VC4 purgeable BO tests Boris Brezillon
2017-09-27 11:57 ` Petri Latvala
2017-09-27 12:43 ` Boris Brezillon [this message]
2017-09-27 12:07 ` Chris Wilson
2017-09-27 12:41 ` Boris Brezillon
2017-09-27 12:50 ` Chris Wilson
2017-09-27 13:19 ` Boris Brezillon
2017-09-27 18:05 ` Eric Anholt
2017-09-27 18:08 ` Eric Anholt
2017-09-27 12:25 ` ✓ Fi.CI.BAT: success for igt: Add a testsuite to validate VC4 MADV ioctl Patchwork
2017-09-27 15:57 ` ✗ Fi.CI.IGT: failure " Patchwork
2017-09-28 16:17 ` 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=20170927144330.053847ac@bbrezillon \
--to=boris.brezillon@free-electrons.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=petri.latvala@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.