Re: [Intel-gfx] [PATCH i-g-t] igt/kms_rotation_crc: exercise invalid rotations

2016-03-10 Thread Ville Syrjälä
On Thu, Mar 10, 2016 at 09:03:37AM +, Matthew Auld wrote: > > Y tiled fb will be rejected for gen < 9, should use X/linear for those. > > Are you referring to the __gem_set_tiling call? Since this didn't fail > on BDW and I don't see any logic in i915_gem_set_tiling which > implements this.

Re: [Intel-gfx] [PATCH i-g-t] igt/kms_rotation_crc: exercise invalid rotations

2016-03-10 Thread Matthew Auld
> Y tiled fb will be rejected for gen < 9, should use X/linear for those. Are you referring to the __gem_set_tiling call? Since this didn't fail on BDW and I don't see any logic in i915_gem_set_tiling which implements this. > Actually using X/linear for gen >= 9 would also be interesting to make

Re: [Intel-gfx] [PATCH i-g-t] igt/kms_rotation_crc: exercise invalid rotations

2016-03-09 Thread Ville Syrjälä
On Wed, Mar 09, 2016 at 03:05:24PM +, Matthew Auld wrote: > Add expect-to-fail tests for invalid rotations on each of the plane types. > > Cc: Joonas Lahtinen > Signed-off-by: Matthew Auld > --- > tests/kms_rotation_crc.c | 96 >

[Intel-gfx] [PATCH i-g-t] igt/kms_rotation_crc: exercise invalid rotations

2016-03-09 Thread Matthew Auld
Add expect-to-fail tests for invalid rotations on each of the plane types. Cc: Joonas Lahtinen Signed-off-by: Matthew Auld --- tests/kms_rotation_crc.c | 96 1 file changed, 96