Loading drivers/video/msm/mdss/mdss_fb.c +5 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/video/msm/mdss/mdss_fb.c +5 −0 Original line number Diff line number Diff line Loading @@ -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; Loading