Re: [Intel-gfx] [PATCH] tests: Add gem_exec_params

2014-04-24 Thread Daniel Vetter
On Thu, Apr 24, 2014 at 10:55:47AM +0300, Ville Syrjälä wrote: > On Thu, Apr 24, 2014 at 09:18:24AM +0200, Daniel Vetter wrote: > > On Thu, Apr 24, 2014 at 8:43 AM, Zhao Yakui wrote: > > > On Wed, 2014-04-23 at 12:32 -0600, Daniel Vetter wrote: > > >> + igt_subtest("rel-constants-invalid") { >

Re: [Intel-gfx] [PATCH] tests: Add gem_exec_params

2014-04-24 Thread Zhao Yakui
On Thu, 2014-04-24 at 01:18 -0600, Daniel Vetter wrote: > On Thu, Apr 24, 2014 at 8:43 AM, Zhao Yakui wrote: > > On Wed, 2014-04-23 at 12:32 -0600, Daniel Vetter wrote: > >> This fills all the gaps we've had in our execbuf testing. Overflow > >> testing of the various arrays is already done by gem

Re: [Intel-gfx] [PATCH] tests: Add gem_exec_params

2014-04-24 Thread Ville Syrjälä
On Thu, Apr 24, 2014 at 09:18:24AM +0200, Daniel Vetter wrote: > On Thu, Apr 24, 2014 at 8:43 AM, Zhao Yakui wrote: > > On Wed, 2014-04-23 at 12:32 -0600, Daniel Vetter wrote: > >> + igt_subtest("rel-constants-invalid") { > >> + execbuf.flags = I915_EXEC_RENDER | > >> (I915_EXEC_C

Re: [Intel-gfx] [PATCH] tests: Add gem_exec_params

2014-04-24 Thread Daniel Vetter
On Thu, Apr 24, 2014 at 8:43 AM, Zhao Yakui wrote: > On Wed, 2014-04-23 at 12:32 -0600, Daniel Vetter wrote: >> This fills all the gaps we've had in our execbuf testing. Overflow >> testing of the various arrays is already done by gem_reloc_overflow. >> >> Also add kms_flip_tiling to .gitignore. >

Re: [Intel-gfx] [PATCH] tests: Add gem_exec_params

2014-04-23 Thread Zhao Yakui
On Wed, 2014-04-23 at 12:32 -0600, Daniel Vetter wrote: > This fills all the gaps we've had in our execbuf testing. Overflow > testing of the various arrays is already done by gem_reloc_overflow. > > Also add kms_flip_tiling to .gitignore. > > This will cause a bunch of failures since current ker

[Intel-gfx] [PATCH] tests: Add gem_exec_params

2014-04-23 Thread Daniel Vetter
This fills all the gaps we've had in our execbuf testing. Overflow testing of the various arrays is already done by gem_reloc_overflow. Also add kms_flip_tiling to .gitignore. This will cause a bunch of failures since current kernels don't catch all fallout. Signed-off-by: Daniel Vetter --- te