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") {
>
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
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
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.
>
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
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