Re: [Intel-gfx] [PACTH i-g-t v1] lib/drmtest: Change DRIVER_INTEL check to avoid running GEM on non-Intel

2016-06-28 Thread Robert Foss
Thanks Chris! On 2016-06-28 05:06 AM, Chris Wilson wrote: On Mon, Jun 27, 2016 at 01:53:13PM -0400, robert.f...@collabora.com wrote: From: Robert Foss Avoid running gem_quiescent_gpu() on non-Intel hardware. Signed-off-by: Robert Foss

Re: [Intel-gfx] [PACTH i-g-t v1] lib/drmtest: Change DRIVER_INTEL check to avoid running GEM on non-Intel

2016-06-28 Thread Chris Wilson
On Mon, Jun 27, 2016 at 01:53:13PM -0400, robert.f...@collabora.com wrote: > From: Robert Foss > > Avoid running gem_quiescent_gpu() on non-Intel hardware. > > Signed-off-by: Robert Foss > --- > lib/drmtest.c | 2 +- > 1 file changed, 1

[Intel-gfx] [PACTH i-g-t v1] lib/drmtest: Change DRIVER_INTEL check to avoid running GEM on non-Intel

2016-06-27 Thread robert . foss
From: Robert Foss Avoid running gem_quiescent_gpu() on non-Intel hardware. Signed-off-by: Robert Foss --- lib/drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index