diff options
Diffstat (limited to 'msm8996/sdm/include/core/display_interface.h')
| -rw-r--r-- | msm8996/sdm/include/core/display_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/msm8996/sdm/include/core/display_interface.h b/msm8996/sdm/include/core/display_interface.h index bb89d1d7d..612918ab9 100644 --- a/msm8996/sdm/include/core/display_interface.h +++ b/msm8996/sdm/include/core/display_interface.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2014 - 2016, The Linux Foundation. All rights reserved. +* Copyright (c) 2014 - 2016, 2019, 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: @@ -126,6 +126,7 @@ enum ContentQuality { struct DisplayConfigFixedInfo { bool underscan = false; //!< If display support CE underscan. bool secure = false; //!< If this display is capable of handling secure content. + bool partial_update = false; //!< If display supports Partial Update. }; /*! @brief This structure defines configuration for variable properties of a display device. |
