summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 6cbbdeb0..d5901354 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -2822,7 +2822,8 @@ int gk20a_submit_channel_gpfifo(struct channel_gk20a *c,
2822 /* gk20a_channel_update releases this ref. */ 2822 /* gk20a_channel_update releases this ref. */
2823 err = gk20a_busy(g->dev); 2823 err = gk20a_busy(g->dev);
2824 if (err) { 2824 if (err) {
2825 gk20a_err(d, "failed to host gk20a to submit gpfifo"); 2825 gk20a_err(d, "failed to host gk20a to submit gpfifo, process %s",
2826 current->comm);
2826 return err; 2827 return err;
2827 } 2828 }
2828 2829