summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 4d7c6d69..4b42678f 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -1801,8 +1801,6 @@ int gr_gp10b_set_cilp_preempt_pending(struct gk20a *g,
1801 gr_ctx->cilp_preempt_pending = true; 1801 gr_ctx->cilp_preempt_pending = true;
1802 g->gr.cilp_preempt_pending_chid = fault_ch->chid; 1802 g->gr.cilp_preempt_pending_chid = fault_ch->chid;
1803 1803
1804 tsg = &g->fifo.tsg[fault_ch->tsgid];
1805
1806 g->ops.fifo.post_event_id(tsg, 1804 g->ops.fifo.post_event_id(tsg,
1807 NVGPU_EVENT_ID_CILP_PREEMPTION_STARTED); 1805 NVGPU_EVENT_ID_CILP_PREEMPTION_STARTED);
1808 1806