nouveau: plugin the nv04 graph init function.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Sat, 3 Feb 2007 05:00:29 +0000 (06:00 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Sat, 3 Feb 2007 05:00:29 +0000 (06:00 +0100)
shared-core/nouveau_state.c

index a45c48e..f1f272e 100644 (file)
@@ -108,6 +108,8 @@ int nouveau_firstopen(struct drm_device *dev)
                nv20_graph_init(dev);
        else if (dev_priv->card_type >= NV_10)
                nv10_graph_init(dev);
+       else if (dev_priv->card_type >= NV_04)
+               nv04_graph_init(dev);
 
        return 0;
 }