summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 90643971..f2b083d7 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -6101,8 +6101,8 @@ u32 gk20a_gr_nonstall_isr(struct gk20a *g)
6101 /* Clear the interrupt */ 6101 /* Clear the interrupt */
6102 gk20a_writel(g, gr_intr_nonstall_r(), 6102 gk20a_writel(g, gr_intr_nonstall_r(),
6103 gr_intr_nonstall_trap_pending_f()); 6103 gr_intr_nonstall_trap_pending_f());
6104 ops |= (u32)(gk20a_nonstall_ops_wakeup_semaphore | 6104 ops |= (GK20A_NONSTALL_OPS_WAKEUP_SEMAPHORE |
6105 gk20a_nonstall_ops_post_events); 6105 GK20A_NONSTALL_OPS_POST_EVENTS);
6106 } 6106 }
6107 return ops; 6107 return ops;
6108} 6108}