kwin/plugins/platforms
Bhushan Shah f906e21f3d [platforms/hwcomposer] Support for hwcomposer 1.4 and 1.5 version
Summary:
HWcomposer version 1.4 introduced setPowerMode, which replaces the
blank(). This adds support for it. There are various code paths
possible,

- If KWin is built against hwcomposer 1.3 headers, then setPowerMode
code is not compiled in, and it will use blank to turn display off.

- If KWin is built against hwcomposer 1.4 headers, it will have
setPowerMode code path compiled in. It will be used only on devices with
1.4 and 1.5 version of hwcomposer.

This is slightly insane, because Android can report hwcomposer 1.5 even
when headers are of 1.4 version..

Test Plan: Tested this on Nexus 5X which reports 1.5 version of hwcomposer

Reviewers: graesslin, #plasma

Reviewed By: graesslin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3686
2016-12-16 09:22:48 +05:30
..
drm SVN_SILENT made messages (.desktop file) - always resolve ours 2016-12-02 04:38:37 +01:00
fbdev SVN_SILENT made messages (.desktop file) - always resolve ours 2016-12-02 04:38:37 +01:00
hwcomposer [platforms/hwcomposer] Support for hwcomposer 1.4 and 1.5 version 2016-12-16 09:22:48 +05:30
virtual SVN_SILENT made messages (.desktop file) - always resolve ours 2016-12-02 04:38:37 +01:00
wayland [platforms/wayland] Use a ConfinedPointer if available 2016-12-08 19:49:05 +01:00
x11 SVN_SILENT made messages (.desktop file) - always resolve ours 2016-12-02 04:38:37 +01:00
CMakeLists.txt