sdm: Report mixer configuration in dumpsys

Report the maximum mixer stages for each display.

Change-Id: Ibdf1863b0ff6782860117e2467ea637c8b419d9b
This commit is contained in:
Tatenda Chipeperekwa
2015-05-08 12:12:52 -07:00
parent 98c6679f7b
commit 45b11d2cc2
10 changed files with 38 additions and 13 deletions

View File

@@ -65,6 +65,7 @@ class Debug {
static bool IsRotatorDownScaleDisabled();
static bool IsDecimationDisabled();
static bool IsPartialUpdateEnabled();
static int GetMaxPipesPerMixer();
private:
Debug();