commit | 89095cc77c719336d4e0774b03447f75bf834c87 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Oct 06 16:46:48 2017 -0500 |
committer | Robert Foss <robert.foss@collabora.com> | Mon Oct 09 13:19:27 2017 +0200 |
tree | cdfb428101946340501034f7ce102f9a57a72bd0 | |
parent | ed45a8eb01d5927e36e34acd7bac46abbbecb304 [diff] |
drm_hwcomposer: use upstream DRM_MODE_{ROTATE, REFLECT} defines The DRM_REFLECT_* and DRM_ROTATE_* defines were not upstream, but now they are. Convert to using the upstream version which are defined as a bit mask rather than a bit position. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Robert Foss <robert.foss@collabora.com>