Marcin Slusarz
2013-Mar-05 18:57 UTC
[Nouveau] [PATCH] drm/nouveau: drop redundant channel handle and owner info from nv_channel_idle
before: "nouveau E[X[3162]] failed to idle channel 0xcccc0000 [X[3162]]" after: "nouveau E[X[3162]] failed to idle channel: -16" Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_chan.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_chan.c b/drivers/gpu/drm/nouveau/nouveau_chan.c index eaa80a2..c8be059 100644 --- a/drivers/gpu/drm/nouveau/nouveau_chan.c +++ b/drivers/gpu/drm/nouveau/nouveau_chan.c @@ -58,8 +58,7 @@ nouveau_channel_idle(struct nouveau_channel *chan) } if (ret) - NV_ERROR(cli, "failed to idle channel 0x%08x [%s]\n", - chan->handle, cli->base.name); + NV_ERROR(cli, "failed to idle channel: %d\n", ret); return ret; } -- 1.8.1.4
Maybe Matching Threads
- [PATCH 10/10] drm/nouveau: fix off-by-one bugs related to command submission in IB mode
- [PATCH] drm/nouveau: bring back blit subchannel for pre nv50 GPUs
- [PATCH v2] drm/nouveau: bring back blit subchannel for pre nv50 GPUs
- [PATCH v2] drm/nouveau: Remove file nouveau_fbcon.c
- [PATCH 0203/1285] Replace numeric parameter like 0444 with macro