diff options
| author | Yunyun Cao <yunyunc@codeaurora.org> | 2017-05-31 16:15:46 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-12 18:38:28 -0700 |
| commit | 916012368cab7ea5cff2fccd44b51e5325c9b109 (patch) | |
| tree | 3ea88f82929d14689bb6971a5a2625a4f82bbd35 /drivers/gpu/drm/msm/msm_drv.c | |
| parent | 85baaeb2e2d0e7c67bf4e5cc22d15e173d01b209 (diff) | |
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>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_drv.c')
| -rw-r--r-- | drivers/gpu/drm/msm/msm_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c index a3bdc30b9620..849f5ffc2f1b 100644 --- a/drivers/gpu/drm/msm/msm_drv.c +++ b/drivers/gpu/drm/msm/msm_drv.c @@ -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, }; |
