summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2018-03-19 20:00:09 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-04-19 15:17:34 -0400
commit5ab3524f915a72021701975c026a1f38eea577e9 (patch)
treedc8badda976f761e511f23b499338fead46ea6a5 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent89ffa669b69c7e0007f4a5dc92e9abc8c71ec3c4 (diff)
Revert "gpu: nvgpu: add hal op for gr set error notifier"
This reverts commit d6c6c6c483478654b34685b9e13ed160bad49a1c. RM server has moved to gops.fifo.set_error_notifier. gops.gr.set_error_notifier is not needed anymore. Jira VQRM-3058 Change-Id: I0fe7f914778ce66701a699aece2b36a5cd8079da Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1679708 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index c55ba146..2e7bd4a5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -446,8 +446,6 @@ struct gpu_ops {
446 struct nvgpu_gr_ctx *gr_ctx); 446 struct nvgpu_gr_ctx *gr_ctx);
447 void (*fecs_host_int_enable)(struct gk20a *g); 447 void (*fecs_host_int_enable)(struct gk20a *g);
448 int (*handle_ssync_hww)(struct gk20a *g); 448 int (*handle_ssync_hww)(struct gk20a *g);
449 void (*set_error_notifier)(struct gk20a *g,
450 struct gr_gk20a_isr_data *isr_data, u32 error_notifier);
451 int (*handle_notify_pending)(struct gk20a *g, 449 int (*handle_notify_pending)(struct gk20a *g,
452 struct gr_gk20a_isr_data *isr_data); 450 struct gr_gk20a_isr_data *isr_data);
453 int (*handle_semaphore_pending)(struct gk20a *g, 451 int (*handle_semaphore_pending)(struct gk20a *g,