Commit e425e0b3 authored by Ben Skeggs's avatar Ben Skeggs

drm/nvc0/gr: copy GPC mpart config from PFFB

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent aa650096
......@@ -390,7 +390,7 @@ nvc0_graph_init_gpc_0(struct drm_device *dev)
}
nv_wr32(dev, GPC_BCAST(0x1bd4), magicgpc918);
nv_wr32(dev, GPC_BCAST(0x08ac), priv->rop_nr);
nv_wr32(dev, GPC_BCAST(0x08ac), nv_rd32(dev, 0x100800));
}
static void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment