disp: msm: sde: increase max number of mixers to 4
Increase the maximum number of mixers per crtc to 4 to support 4LM use case. This change also increases the number of data path to 4 to support 4LM in continuous splash handoff. Change-Id: I4655017dcb405fad69513bebb8fd7f848fc5873d Signed-off-by: Amine Najahi <anajahi@codeaurora.org>
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
#define MAX_IMG_WIDTH 0x3fff
|
||||
#define MAX_IMG_HEIGHT 0x3fff
|
||||
|
||||
#define CRTC_DUAL_MIXERS 2
|
||||
#define CRTC_DUAL_MIXERS_ONLY 2
|
||||
#define MAX_MIXERS_PER_CRTC 4
|
||||
#define MAX_MIXERS_PER_LAYOUT 2
|
||||
#define MAX_LAYOUTS_PER_CRTC (MAX_MIXERS_PER_CRTC / MAX_MIXERS_PER_LAYOUT)
|
||||
|
Reference in New Issue
Block a user