diff options
| -rw-r--r-- | drivers/gpu/drm/nouveau/core/engine/graph/nv50.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c index 30ed19c52e05..7a367c402978 100644 --- a/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv50.c | |||
| @@ -539,7 +539,7 @@ nv50_priv_tp_trap(struct nv50_graph_priv *priv, int type, u32 ustatus_old, | |||
| 539 | ustatus &= ~0x04030000; | 539 | ustatus &= ~0x04030000; |
| 540 | } | 540 | } |
| 541 | if (ustatus && display) { | 541 | if (ustatus && display) { |
| 542 | nv_error("%s - TP%d:", name, i); | 542 | nv_error(priv, "%s - TP%d:", name, i); |
| 543 | nouveau_bitfield_print(nv50_mpc_traps, ustatus); | 543 | nouveau_bitfield_print(nv50_mpc_traps, ustatus); |
| 544 | pr_cont("\n"); | 544 | pr_cont("\n"); |
| 545 | ustatus = 0; | 545 | ustatus = 0; |
