summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/fifo_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
index 072f1777..e91830f8 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * GK20A Graphics FIFO (gr host) 2 * GK20A Graphics FIFO (gr host)
3 * 3 *
4 * Copyright (c) 2011-2020, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2011-2021, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -2196,9 +2196,9 @@ int gk20a_fifo_tsg_unbind_channel_verify_status(struct channel_gk20a *ch)
2196 struct gk20a *g = ch->g; 2196 struct gk20a *g = ch->g;
2197 2197
2198 if (gk20a_fifo_channel_status_is_next(g, ch->chid)) { 2198 if (gk20a_fifo_channel_status_is_next(g, ch->chid)) {
2199 nvgpu_err(g, "Channel %d to be removed from TSG %d has NEXT set!", 2199 nvgpu_log_info(g, "Channel %d to be removed from TSG %d has NEXT set!",
2200 ch->chid, ch->tsgid); 2200 ch->chid, ch->tsgid);
2201 return -EINVAL; 2201 return -EAGAIN;
2202 } 2202 }
2203 2203
2204 if (g->ops.fifo.tsg_verify_status_ctx_reload) { 2204 if (g->ops.fifo.tsg_verify_status_ctx_reload) {