[PATCH 2/7] drm/atomic: Reject attempts to use multiple rotation angles at once

2016-07-20 Thread Joonas Lahtinen
On ke, 2016-07-20 at 16:18 +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > The rotation property should only accept exactly one rotation angle > at once. Let's reject attempts to set none or multiple angles. > > Testcase: igt/kms_rotation_crc/bad-rotation > Signed-off-

[PATCH 2/7] drm/atomic: Reject attempts to use multiple rotation angles at once

2016-07-20 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä The rotation property should only accept exactly one rotation angle at once. Let's reject attempts to set none or multiple angles. Testcase: igt/kms_rotation_crc/bad-rotation Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_atomic.c | 2 ++ 1 file changed, 2 inserti

[Intel-gfx] [PATCH 2/7] drm/atomic: Reject attempts to use multiple rotation angles at once

2016-07-20 Thread Chris Wilson
On Wed, Jul 20, 2016 at 04:18:07PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > The rotation property should only accept exactly one rotation angle > at once. Let's reject attempts to set none or multiple angles. > > Testcase: igt/kms_rotation_crc/bad-rotation > Si