summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index c7104941..11054087 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -2975,8 +2975,7 @@ int gk20a_alloc_obj_ctx(struct channel_gk20a *c, u32 class_num, u32 flags)
2975 "fail to map global ctx buffer"); 2975 "fail to map global ctx buffer");
2976 goto out; 2976 goto out;
2977 } 2977 }
2978 gr_gk20a_elpg_protected_call(g, 2978 gr_gk20a_commit_global_ctx_buffers(g, c, true);
2979 gr_gk20a_commit_global_ctx_buffers(g, c, true));
2980 } 2979 }
2981 2980
2982 /* init golden image, ELPG enabled after this is done */ 2981 /* init golden image, ELPG enabled after this is done */