commit | bd03b9996a4015e9b562b3b9861ebd706bcafb6a | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Wed Nov 01 11:21:48 2017 -0500 |
committer | Rob Herring <robh@kernel.org> | Wed Nov 01 12:46:54 2017 -0500 |
tree | fb1d2a0b8830f4bb2348f22fc6336b060a93efaa | |
parent | 60d1d4f7407cf33042c293ad6be9dbac50878638 [diff] |
drm_hwcomposer: correct handling of DRM_MODE_ROTATE_0 If the rotation property is supported for a plane, then the rotation value must be non-zero. For the case of 0 degree rotation, DRM_MODE_ROTATE_0 needs to be set. Signed-off-by: Rob Herring <robh@kernel.org>