summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/ioctl_tsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/ioctl_tsg.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/ioctl_tsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/ioctl_tsg.c b/drivers/gpu/nvgpu/os/linux/ioctl_tsg.c
index b0cdf5e5..c5079bd6 100644
--- a/drivers/gpu/nvgpu/os/linux/ioctl_tsg.c
+++ b/drivers/gpu/nvgpu/os/linux/ioctl_tsg.c
@@ -141,7 +141,7 @@ static int gk20a_tsg_unbind_channel_fd(struct tsg_gk20a *tsg, int ch_fd)
141 * Mark the channel timedout since channel unbound from TSG 141 * Mark the channel timedout since channel unbound from TSG
142 * has no context of its own so it can't serve any job 142 * has no context of its own so it can't serve any job
143 */ 143 */
144 ch->has_timedout = true; 144 gk20a_channel_set_timedout(ch);
145 145
146out: 146out:
147 gk20a_channel_put(ch); 147 gk20a_channel_put(ch);