Merge "display: Add support to send DCS commands during blanking"
diff --git a/dev/panel/msm/mipi_toshiba_video_720p.c b/dev/panel/msm/mipi_toshiba_video_720p.c
index 5357e77..c66e8b2 100644
--- a/dev/panel/msm/mipi_toshiba_video_720p.c
+++ b/dev/panel/msm/mipi_toshiba_video_720p.c
@@ -43,8 +43,9 @@
 	uint8_t lane_en = 0xf;
 	uint64_t low_pwr_stop_mode = 0;
 
-	/* Needed or else will have blank line at top of display */
-	uint8_t eof_bllp_pwr = 0x8;
+	/* Needed or else will have blank line at top of display
+	   Enable LP during EOF to send DCS commands during blanking */
+	uint8_t eof_bllp_pwr = 0x9;
 
 	uint8_t interleav = 0;
 	struct lcdc_panel_info *lcdc = NULL;