[PATCH v2 libdrm 3/7] tegra: Add simple test for drm_tegra_open()

2014-05-02 Thread Thierry Reding
On Mon, Apr 28, 2014 at 09:49:48PM +0200, Erik Faye-Lund wrote: > On Thu, Apr 10, 2014 at 7:20 PM, Erik Faye-Lund > wrote: > > On Wed, Apr 9, 2014 at 1:40 PM, Thierry Reding > gmail.com> wrote: > >> From: Thierry Reding > >> > >> This test opens a device, dumps the version information and check

[PATCH v2 libdrm 3/7] tegra: Add simple test for drm_tegra_open()

2014-04-28 Thread Erik Faye-Lund
On Thu, Apr 10, 2014 at 7:20 PM, Erik Faye-Lund wrote: > On Wed, Apr 9, 2014 at 1:40 PM, Thierry Reding > wrote: >> From: Thierry Reding >> >> This test opens a device, dumps the version information and checks that >> a Tegra DRM context can be opened on it. >> >> Signed-off-by: Thierry Reding

[PATCH v2 libdrm 3/7] tegra: Add simple test for drm_tegra_open()

2014-04-10 Thread Erik Faye-Lund
On Wed, Apr 9, 2014 at 1:40 PM, Thierry Reding wrote: > From: Thierry Reding > > This test opens a device, dumps the version information and checks that > a Tegra DRM context can be opened on it. > > Signed-off-by: Thierry Reding Looks good!

[PATCH v2 libdrm 3/7] tegra: Add simple test for drm_tegra_open()

2014-04-09 Thread Thierry Reding
From: Thierry Reding This test opens a device, dumps the version information and checks that a Tegra DRM context can be opened on it. Signed-off-by: Thierry Reding --- Changes in v2: - fix in-tree build failure configure.ac| 1 + tests/Makefile.am | 4 tests/tegra/.gi