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>
Este cometimento está contido em:

cometido por
Ben Skeggs

ascendente
a2896cede0
cometimento
93260d3c02
@@ -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;
|
||||
}
|
||||
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador