[Intel-gfx] [PATCH i-g-t 2/2] igt: Add VC4 purgeable BO tests
Boris Brezillon
boris.brezillon at free-electrons.com
Wed Sep 27 12:43:30 UTC 2017
On Wed, 27 Sep 2017 14:57:05 +0300
Petri Latvala <petri.latvala at intel.com> wrote:
> On Wed, Sep 27, 2017 at 01:51:18PM +0200, Boris Brezillon wrote:
> > Signed-off-by: Boris Brezillon <boris.brezillon at 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',
> ]
>
>
>
More information about the Intel-gfx
mailing list