diff options
| -rw-r--r-- | shared-core/nouveau_state.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/shared-core/nouveau_state.c b/shared-core/nouveau_state.c index a45c48e9..f1f272e7 100644 --- a/shared-core/nouveau_state.c +++ b/shared-core/nouveau_state.c @@ -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;  } | 
