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-
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
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