summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/channel_gk20a.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
index 0dd1fb8b..20976992 100644
--- a/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/channel_gk20a.c
@@ -1706,6 +1706,10 @@ static void gk20a_channel_timeout_handler(struct work_struct *work)
1706 /* Need global lock since multiple channels can timeout at a time */ 1706 /* Need global lock since multiple channels can timeout at a time */
1707 mutex_lock(&g->ch_wdt_lock); 1707 mutex_lock(&g->ch_wdt_lock);
1708 1708
1709 gk20a_debug_dump(g->dev);
1710 gk20a_gr_debug_dump(g->dev);
1711
1712
1709 /* Get timed out job and reset the timer */ 1713 /* Get timed out job and reset the timer */
1710 mutex_lock(&ch->timeout.lock); 1714 mutex_lock(&ch->timeout.lock);
1711 job = ch->timeout.job; 1715 job = ch->timeout.job;