diff mbox

[i-g-t,2/2] igt: Add VC4 purgeable BO tests

Message ID 20170927115705.qhfzzvfy4pwt2lg4@platvala-desk.ger.corp.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Petri Latvala Sept. 27, 2017, 11:57 a.m. UTC
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:

Comments

Boris BREZILLON Sept. 27, 2017, 12:43 p.m. UTC | #1
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',
>  	]
> 
> 
>
diff mbox

Patch

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',
 	]