summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-02-07 18:58:01 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-13 20:54:28 -0500
commit8497f45a2ed8599053ad0be99143c8effb510acf (patch)
tree21c193047bedb6f5e3b6cbb186f7842adfbc50b4 /drivers/gpu/nvgpu/gv11b
parent83c09ff6821fc8f549e857c2c4a2ef6b494497f9 (diff)
nvgpu: gpu: gv11b: Remove syncpt protection support
In gv11b sync point support is moved to a shim outside of GPU, and gv11b does not support sync points anymore. Remove use of the sync point protection. JIRA GV11B-47 JIRA GV11B-2 Change-Id: I70f3d2ce0cfe016453efe03f2bbf64c59baeb154 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1300964 Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index ab32016e..cd6007ba 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -228,6 +228,7 @@ void gv11b_init_fifo(struct gpu_ops *gops)
228 gops->fifo.userd_gp_get = gv11b_userd_gp_get; 228 gops->fifo.userd_gp_get = gv11b_userd_gp_get;
229 gops->fifo.userd_gp_put = gv11b_userd_gp_put; 229 gops->fifo.userd_gp_put = gv11b_userd_gp_put;
230 gops->fifo.setup_ramfc = channel_gv11b_setup_ramfc; 230 gops->fifo.setup_ramfc = channel_gv11b_setup_ramfc;
231 gops->fifo.resetup_ramfc = NULL;
231 gops->fifo.unbind_channel = channel_gv11b_unbind; 232 gops->fifo.unbind_channel = channel_gv11b_unbind;
232 gops->fifo.eng_runlist_base_size = fifo_eng_runlist_base__size_1_v; 233 gops->fifo.eng_runlist_base_size = fifo_eng_runlist_base__size_1_v;
233 gops->fifo.free_channel_ctx_header = gv11b_free_subctx_header; 234 gops->fifo.free_channel_ctx_header = gv11b_free_subctx_header;