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: Yunyun Cao <yunyunc@codeaurora.org>
This commit is contained in:
parent
85baaeb2e2
commit
916012368c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue