[PATCH v2 libdrm 6/7] tegra: Add gr2d-fill test

2014-05-02 Thread Erik Faye-Lund
On Fri, May 2, 2014 at 4:25 PM, Thierry Reding wrote: > On Thu, Apr 10, 2014 at 07:28:16PM +0200, Erik Faye-Lund wrote: >> On Wed, Apr 9, 2014 at 1:40 PM, Thierry Reding >> wrote: >> > diff --git a/tests/tegra/gr2d-fill.c b/tests/tegra/gr2d-fill.c >> > new file mode 100644 >> > index 00

[PATCH v2 libdrm 6/7] tegra: Add gr2d-fill test

2014-05-02 Thread Thierry Reding
On Thu, Apr 10, 2014 at 07:28:16PM +0200, Erik Faye-Lund wrote: > On Wed, Apr 9, 2014 at 1:40 PM, Thierry Reding > wrote: > > diff --git a/tests/tegra/gr2d-fill.c b/tests/tegra/gr2d-fill.c > > new file mode 100644 > > index ..b6ba35a9d668 > > --- /dev/null > > +++ b/tests/tegra/gr2d-f

[PATCH v2 libdrm 6/7] tegra: Add gr2d-fill test

2014-04-10 Thread Erik Faye-Lund
On Wed, Apr 9, 2014 at 1:40 PM, Thierry Reding wrote: > diff --git a/tests/tegra/gr2d-fill.c b/tests/tegra/gr2d-fill.c > new file mode 100644 > index ..b6ba35a9d668 > --- /dev/null > +++ b/tests/tegra/gr2d-fill.c > @@ -0,0 +1,146 @@ > +/* > + * Copyright ? 2014 NVIDIA Corporation > +

[PATCH v2 libdrm 6/7] tegra: Add gr2d-fill test

2014-04-09 Thread Thierry Reding
From: Thierry Reding This test uses the IOCTLs for job submission and fences to fill a sub- region of the screen to a specific color using gr2d. Signed-off-by: Thierry Reding --- Changes in v2: - free framebuffer when done tests/tegra/.gitignore | 1 + tests/tegra/Makefile.am | 1 + test