Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4c82371 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: Swap the LP1 and LP2 flags"

parents de0072d9 c9a627e8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -67,8 +67,13 @@

#define MAX_FBI_LIST 32

#ifndef TARGET_HW_MDSS_MDP3
#define BLANK_FLAG_LP	FB_BLANK_NORMAL
#define BLANK_FLAG_ULP	FB_BLANK_VSYNC_SUSPEND
#else
#define BLANK_FLAG_LP	FB_BLANK_VSYNC_SUSPEND
#define BLANK_FLAG_ULP	FB_BLANK_NORMAL
#endif

static struct fb_info *fbi_list[MAX_FBI_LIST];
static int fbi_list_index;