summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 913434ab..be1e2038 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -1996,7 +1996,9 @@ int gr_gp10b_handle_fecs_error(struct gk20a *g,
1996 * INTR1 (bit 1 of the HOST_INT_STATUS_CTXSW_INTR) 1996 * INTR1 (bit 1 of the HOST_INT_STATUS_CTXSW_INTR)
1997 * indicates that a CILP ctxsw save has finished 1997 * indicates that a CILP ctxsw save has finished
1998 */ 1998 */
1999 if (gr_fecs_intr & gr_fecs_host_int_status_ctxsw_intr_f(2)) { 1999
2000 if ((gr_fecs_intr &
2001 gr_fecs_host_int_status_ctxsw_intr_f(CTXSW_INTR1)) != 0U) {
2000 nvgpu_log(g, gpu_dbg_fn | gpu_dbg_gpu_dbg | gpu_dbg_intr, 2002 nvgpu_log(g, gpu_dbg_fn | gpu_dbg_gpu_dbg | gpu_dbg_intr,
2001 "CILP: ctxsw save completed!\n"); 2003 "CILP: ctxsw save completed!\n");
2002 2004