sdm: Align system properties with customer documentation

Align the system properties to those in customer documentation
for consistency.

Change-Id: I0012b77cddf0c057f24503fa1611254a25537a27
This commit is contained in:
Tatenda Chipeperekwa
2015-05-27 15:42:49 -07:00
parent 4b800e8855
commit 299b030056
7 changed files with 58 additions and 26 deletions

View File

@@ -33,6 +33,7 @@
#include <stdint.h>
#include <core/sdm_types.h>
#include <core/debug_interface.h>
#include <core/display_interface.h>
#define DLOG(tag, method, format, ...) Debug::Get()->method(tag, __CLASS__ "::%s: " format, \
__FUNCTION__, ##__VA_ARGS__)
@@ -65,7 +66,8 @@ class Debug {
static bool IsRotatorDownScaleDisabled();
static bool IsDecimationDisabled();
static bool IsPartialUpdateEnabled();
static int GetMaxPipesPerMixer();
static int GetMaxPipesPerMixer(DisplayType display_type);
static bool IsVideoModeEnabled();
private:
Debug();