sdm: Align system properties with customer documentation
Align the system properties to those in customer documentation
for consistency.
Change-Id: I0012b77cddf0c057f24503fa1611254a25537a27
diff --git a/sdm/include/utils/debug.h b/sdm/include/utils/debug.h
index 2a9cc72..5b08129 100644
--- a/sdm/include/utils/debug.h
+++ b/sdm/include/utils/debug.h
@@ -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 @@
static bool IsRotatorDownScaleDisabled();
static bool IsDecimationDisabled();
static bool IsPartialUpdateEnabled();
- static int GetMaxPipesPerMixer();
+ static int GetMaxPipesPerMixer(DisplayType display_type);
+ static bool IsVideoModeEnabled();
private:
Debug();