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

Commit 91601236 authored by Yunyun Cao's avatar Yunyun Cao Committed by Gerrit - the friendly Code Review server
Browse files

drm: msm: Enable asynchronous driver probing



Do asynchronous driver probing of drm msm driver
to improve the device boot-up time.

Change-Id: I19e12a8330b35efb3d89abf9ba825637b08e71f3
Signed-off-by: default avatarYunyun Cao <yunyunc@codeaurora.org>
parent 85baaeb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1979,6 +1979,7 @@ static struct platform_driver msm_platform_driver = {
		.name   = "msm_drm",
		.of_match_table = dt_match,
		.pm     = &msm_pm_ops,
		.probe_type = PROBE_PREFER_ASYNCHRONOUS,
	},
	.id_table   = msm_id,
};