From 8fad32863d367264c7d7d1fbad833b773ab3733f Mon Sep 17 00:00:00 2001 From: Narender Ankam Date: Mon, 13 Mar 2017 13:15:22 +0530 Subject: [PATCH] msm: mdss: dp: Fix DP display issue during device boot time If dp driver sends userspace notifications before framework is ready to receive these events, events are lost, due to which display issue is observed. This change fixes this issue. Change-Id: I91eaa824099536a019e084a9665786f0ec4bca1d Signed-off-by: Narender Ankam --- drivers/video/fbdev/msm/mdss_dp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/video/fbdev/msm/mdss_dp.c b/drivers/video/fbdev/msm/mdss_dp.c index 153c733fdf43..bd5e8862f6d0 100644 --- a/drivers/video/fbdev/msm/mdss_dp.c +++ b/drivers/video/fbdev/msm/mdss_dp.c @@ -4022,8 +4022,6 @@ static int mdss_dp_probe(struct platform_device *pdev) pr_debug("done\n"); - dp_send_events(dp_drv, EV_USBPD_DISCOVER_MODES); - return 0; probe_err: