Merge "power: Update perf hint ID's for display on off"

This commit is contained in:
Linux Build Service Account 2017-09-07 19:00:35 -07:00 committed by Gerrit - the friendly Code Review server
commit 7b341dc6c5
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ extern "C" {
/* Hints sent to perf HAL from power HAL
* These have to be kept in sync with Perf HAL side definitions
*/
#define VENDOR_HINT_DISPLAY_OFF 0x00001086
#define VENDOR_HINT_DISPLAY_ON 0x00001087
#define VENDOR_HINT_DISPLAY_OFF 0x00001040
#define VENDOR_HINT_DISPLAY_ON 0x00001041
enum SCREEN_DISPLAY_TYPE {
DISPLAY_OFF = 0x00FF,