sdm: Add property to enable destination scalar during bootup.

Add property sdm.mixer_resolution to configure the layer mixer
resolution during boot up and switch back to requested mixer
resolution when a layer with higher resolution disappears.

Change-Id: I99f12d5f1a858daa41e41be1ff81833adbe3c651
CRs-Fixed: 1038976
This commit is contained in:
Ramkumar Radhakrishnan
2016-10-06 18:12:21 -07:00
parent f2468d6c3a
commit d3b4c06a45
4 changed files with 42 additions and 7 deletions

View File

@@ -77,6 +77,7 @@ class Debug {
static bool IsUbwcTiledFrameBuffer();
static bool IsAVRDisabled();
static bool IsExtAnimDisabled();
static DisplayError GetMixerResolution(uint32_t *width, uint32_t *height);
static bool GetProperty(const char *property_name, char *value);
static bool SetProperty(const char *property_name, const char *value);