diff options
-rw-r--r-- | drivers/gpu/drm/nouveau/nvc0_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.c b/drivers/gpu/drm/nouveau/nvc0_graph.c index 84321640a071..1a17530efb8c 100644 --- a/drivers/gpu/drm/nouveau/nvc0_graph.c +++ b/drivers/gpu/drm/nouveau/nvc0_graph.c | |||
@@ -390,7 +390,7 @@ nvc0_graph_init_gpc_0(struct drm_device *dev) | |||
390 | } | 390 | } |
391 | 391 | ||
392 | nv_wr32(dev, GPC_BCAST(0x1bd4), magicgpc918); | 392 | nv_wr32(dev, GPC_BCAST(0x1bd4), magicgpc918); |
393 | nv_wr32(dev, GPC_BCAST(0x08ac), priv->rop_nr); | 393 | nv_wr32(dev, GPC_BCAST(0x08ac), nv_rd32(dev, 0x100800)); |
394 | } | 394 | } |
395 | 395 | ||
396 | static void | 396 | static void |