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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
index 20c13097..8cb66279 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.c
@@ -8067,7 +8067,7 @@ bool gk20a_is_channel_ctx_resident(struct channel_gk20a *ch)
8067 nvgpu_log(g, gpu_dbg_fn | gpu_dbg_gpu_dbg, 8067 nvgpu_log(g, gpu_dbg_fn | gpu_dbg_gpu_dbg,
8068 "curr_gr_chid=%d curr_tsgid=%d, ch->tsgid=%d" 8068 "curr_gr_chid=%d curr_tsgid=%d, ch->tsgid=%d"
8069 " ch->chid=%d", 8069 " ch->chid=%d",
8070 (curr_ch != NULL) ? curr_ch->chid : -1, 8070 (curr_ch != NULL) ? curr_ch->chid : U32_MAX,
8071 curr_gr_tsgid, 8071 curr_gr_tsgid,
8072 ch->tsgid, 8072 ch->tsgid,
8073 ch->chid); 8073 ch->chid);