aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_state.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-08-30 21:51:53 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-08-31 01:40:00 +0200
commit69b11f44f0a0cfe0806e18dae2f360bc1ed8e005 (patch)
tree470dcc704aafe11136c3d6f2d1258dcca2129cbc /shared-core/nouveau_state.c
parentc78e610fa42c8122ed6bc504222ef650f5693d22 (diff)
nouveau: give nv03 the last cut.
Diffstat (limited to 'shared-core/nouveau_state.c')
-rw-r--r--shared-core/nouveau_state.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-core/nouveau_state.c b/shared-core/nouveau_state.c
index d885f7c6..e73b4878 100644
--- a/shared-core/nouveau_state.c
+++ b/shared-core/nouveau_state.c
@@ -538,9 +538,6 @@ void nouveau_wait_for_idle(struct drm_device *dev)
{
struct drm_nouveau_private *dev_priv=dev->dev_private;
switch(dev_priv->card_type) {
- case NV_03:
- while (NV_READ(NV03_PGRAPH_STATUS));
- break;
case NV_50:
break;
default: {