aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_chan.c
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2012-12-09 23:00:34 +0100
committerBen Skeggs <bskeggs@redhat.com>2013-02-20 16:00:33 +1000
commit93260d3c026b539931d909a4d68490c32b6d73ce (patch)
tree03a99e39eb5c69677f9d10c5111063140444bc18 /drivers/gpu/drm/nouveau/nouveau_chan.c
parentdrm/nouveau: prepare for reporting channel owner (diff)
downloadlinux-dev-93260d3c026b539931d909a4d68490c32b6d73ce.tar.xz
linux-dev-93260d3c026b539931d909a4d68490c32b6d73ce.zip
drm/nouveau: report channel owner in error messages
Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_chan.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_chan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c
index 174300b6a02e..525a5177b622 100644
--- a/drivers/gpu/drm/nouveau/nouveau_chan.c
+++ b/drivers/gpu/drm/nouveau/nouveau_chan.c
@@ -58,7 +58,8 @@ nouveau_channel_idle(struct nouveau_channel *chan)
}
if (ret)
- NV_ERROR(cli, "failed to idle channel 0x%08x\n", chan->handle);
+ NV_ERROR(cli, "failed to idle channel 0x%08x [%s]\n",
+ chan->handle, cli->base.name);
return ret;
}