summaryrefslogtreecommitdiff
path: root/sdm/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-04-15 10:42:45 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-15 10:42:45 -0700
commitb9f0ae7f8b1b08ed9b821b21e21764a22f246c17 (patch)
tree3ad7a108c111084b2f5ddbfe2c054b0bd264e546 /sdm/include
parentc5e297f045088d7327c54fe9786fd0dfdd3fa6cd (diff)
parent87f9cae8f8e3f384d3abfe77b0c02d2ac12c4120 (diff)
downloaddisplay-b9f0ae7f8b1b08ed9b821b21e21764a22f246c17.tar.gz
Merge "Revert "sdm: add one action to set panel brightness and refresh screen""
Diffstat (limited to 'sdm/include')
-rw-r--r--sdm/include/core/display_interface.h8
-rw-r--r--sdm/include/private/color_params.h3
2 files changed, 1 insertions, 10 deletions
diff --git a/sdm/include/core/display_interface.h b/sdm/include/core/display_interface.h
index 1f813acf..8156ca41 100644
--- a/sdm/include/core/display_interface.h
+++ b/sdm/include/core/display_interface.h
@@ -491,14 +491,6 @@ class DisplayInterface {
*/
virtual DisplayError SetPanelBrightness(int level) = 0;
- /*! @brief Method to cache brightness of the primary display.
-
- @param[in] level the new backlight level.
-
- @return \link DisplayError \endlink
- */
- virtual DisplayError CachePanelBrightness(int level) = 0;
-
/*! @brief Method to notify display about change in min HDCP encryption level.
@param[in] min_enc_level minimum encryption level value.
diff --git a/sdm/include/private/color_params.h b/sdm/include/private/color_params.h
index 12e41fd1..b71266cf 100644
--- a/sdm/include/private/color_params.h
+++ b/sdm/include/private/color_params.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015-2017, The Linux Foundataion. All rights reserved.
+/* Copyright (c) 2015-2018, The Linux Foundataion. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -54,7 +54,6 @@ enum PendingAction {
kEnableFrameCapture = BITMAP(6),
kDisableFrameCapture = BITMAP(7),
kConfigureDetailedEnhancer = BITMAP(8),
- kInvalidatingAndkSetPanelBrightness = BITMAP(9),
kModeSet = BITMAP(10),
kGetDetailedEnhancerData = BITMAP(21),
kNoAction = BITMAP(31),