summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index c18c7c94..ce211449 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -3147,7 +3147,7 @@ static int gk20a_fifo_sched_debugfs_seq_show(
3147 ch->tgid, 3147 ch->tgid,
3148 tsg ? tsg->timeslice_us : ch->timeslice_us, 3148 tsg ? tsg->timeslice_us : ch->timeslice_us,
3149 ch->timeout_ms_max, 3149 ch->timeout_ms_max,
3150 ch->interleave_level, 3150 tsg ? tsg->interleave_level : ch->interleave_level,
3151 ch->ch_ctx.gr_ctx ? ch->ch_ctx.gr_ctx->graphics_preempt_mode : -1, 3151 ch->ch_ctx.gr_ctx ? ch->ch_ctx.gr_ctx->graphics_preempt_mode : -1,
3152 ch->ch_ctx.gr_ctx ? ch->ch_ctx.gr_ctx->compute_preempt_mode : -1); 3152 ch->ch_ctx.gr_ctx ? ch->ch_ctx.gr_ctx->compute_preempt_mode : -1);
3153 gk20a_channel_put(ch); 3153 gk20a_channel_put(ch);