summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ioctl_channel.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ioctl_channel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ioctl_channel.c b/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
index 94501a89..e8f4c14b 100644
--- a/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
+++ b/drivers/gpu/nvgpu/common/linux/ioctl_channel.c
@@ -85,10 +85,10 @@ static void gk20a_channel_trace_sched_param(
85 tsg_gk20a_from_ch(ch)->timeslice_us, 85 tsg_gk20a_from_ch(ch)->timeslice_us,
86 ch->timeout_ms_max, 86 ch->timeout_ms_max,
87 gk20a_fifo_interleave_level_name(tsg->interleave_level), 87 gk20a_fifo_interleave_level_name(tsg->interleave_level),
88 gr_gk20a_graphics_preempt_mode_name(ch->ch_ctx.gr_ctx ? 88 gr_gk20a_graphics_preempt_mode_name(
89 ch->ch_ctx.gr_ctx->graphics_preempt_mode : 0), 89 tsg->gr_ctx.graphics_preempt_mode),
90 gr_gk20a_compute_preempt_mode_name(ch->ch_ctx.gr_ctx ? 90 gr_gk20a_compute_preempt_mode_name(
91 ch->ch_ctx.gr_ctx->compute_preempt_mode : 0)); 91 tsg->gr_ctx.compute_preempt_mode));
92} 92}
93 93
94/* 94/*