summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
authorNagaraj P N <nagarajp@nvidia.com>2018-03-14 04:34:08 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-03-15 02:47:37 -0400
commitdbdf57fb3c34227b26c1858d85c83c18d34de453 (patch)
tree160a6d966ed38bfb21e7497d4aea38e8c35fc1c9 /drivers/gpu/nvgpu/common/linux/module.c
parent900135930663a424e899feedba35495654e19fe5 (diff)
nvgpu: Remove ASYNC PROBE for vgpu
Async probe of vgpu driver results in a race condition where GICD registers are being programmed incorrectly because of the race. Remove ASYNC_PROBE for vgpu driver as a WAR to prevent it. This change would be reverted after GICD register programming is serialized bug 200385192 Change-Id: I7279152867470ece93c5efbd72ac24db28878024 Signed-off-by: Nagaraj P N <nagarajp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1674898 Reviewed-by: Sreenivasulu Velpula <svelpula@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Richard Zhao <rizhao@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vipin Kumar <vipink@nvidia.com> Tested-by: Vipin Kumar <vipink@nvidia.com> Reviewed-by: Sandeep Trasi <strasi@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index 92e47e2d..84cc3399 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -1323,7 +1323,6 @@ static struct platform_driver gk20a_driver = {
1323 .driver = { 1323 .driver = {
1324 .owner = THIS_MODULE, 1324 .owner = THIS_MODULE,
1325 .name = "gk20a", 1325 .name = "gk20a",
1326 .probe_type = PROBE_PREFER_ASYNCHRONOUS,
1327#ifdef CONFIG_OF 1326#ifdef CONFIG_OF
1328 .of_match_table = tegra_gk20a_of_match, 1327 .of_match_table = tegra_gk20a_of_match,
1329#endif 1328#endif