Revert "nvgpu: Remove ASYNC PROBE for vgpu"

This reverts commit dbdf57fb3c.

The aync-probe was causing an issue because the arm-gic set_type
did not have the proper locking constructs to prevent races in
gic distributor.

Bug 200385192

Change-Id: Ic4f51705e58da8145845b4812c8e61e1c73932cd
Signed-off-by: Aniruddha Banerjee <aniruddhab@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1676616
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Aniruddha Banerjee
2018-03-16 16:21:35 +05:30
committed by mobile promotions
parent 298880b961
commit 947b37bcf0

View File

@@ -1322,6 +1322,7 @@ static struct platform_driver gk20a_driver = {
.driver = {
.owner = THIS_MODULE,
.name = "gk20a",
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
#ifdef CONFIG_OF
.of_match_table = tegra_gk20a_of_match,
#endif