summaryrefslogtreecommitdiff
path: root/sdm/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-02-14 14:01:09 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-14 14:01:09 -0800
commit8af484c1ea95a9d777e6f14283d1c6d654e75ba8 (patch)
tree11daefc5fc6d5de2a2c3c964177b0fefd2a57216 /sdm/include
parent480deb19d543bcab8a9a23ae2ff057055d2215ff (diff)
parent00698decef667ee7700b663091e1f6c4fbefbf71 (diff)
downloaddisplay-8af484c1ea95a9d777e6f14283d1c6d654e75ba8.tar.gz
Merge "sdm: Merge release fence after set power mode"
Diffstat (limited to 'sdm/include')
-rw-r--r--sdm/include/core/display_interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sdm/include/core/display_interface.h b/sdm/include/core/display_interface.h
index 303c89bc..1f813acf 100644
--- a/sdm/include/core/display_interface.h
+++ b/sdm/include/core/display_interface.h
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2014 - 2017, The Linux Foundation. All rights reserved.
+* Copyright (c) 2014 - 2018, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that the following conditions are met:
@@ -388,12 +388,13 @@ class DisplayInterface {
/*! @brief Method to set current state of the display device.
@param[in] state \link DisplayState \endlink
+ @param[in] pointer to release fence
@return \link DisplayError \endlink
@sa SetDisplayState
*/
- virtual DisplayError SetDisplayState(DisplayState state) = 0;
+ virtual DisplayError SetDisplayState(DisplayState state, int *release_fence) = 0;
/*! @brief Method to set active configuration for variable properties of the display device.