summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv20_graph.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-04-01 13:56:05 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-05-16 10:48:45 +1000
commita82dd49f14742e2529f79feb6360e0993277e788 (patch)
tree96f6f7ee4a792850ccf13c9a75e57f2a5ec920cb /drivers/gpu/drm/nouveau/nv20_graph.c
parent92abe7499239f7b570194b34c50e3772783e2640 (diff)
downloadtalos-op-linux-a82dd49f14742e2529f79feb6360e0993277e788.tar.gz
talos-op-linux-a82dd49f14742e2529f79feb6360e0993277e788.zip
drm/nouveau: remove remnants of nouveau_pgraph_engine
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv20_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv20_graph.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nv20_graph.c b/drivers/gpu/drm/nouveau/nv20_graph.c
index b47e9e226e4d..affc7d7dd029 100644
--- a/drivers/gpu/drm/nouveau/nv20_graph.c
+++ b/drivers/gpu/drm/nouveau/nv20_graph.c
@@ -752,8 +752,7 @@ nv20_graph_create(struct drm_device *dev)
pgraph->grctx_user = 0x0000;
break;
default:
- NV_ERROR(dev, "unknown nv20, disabling acceleration\n");
- dev_priv->engine.graph.accel_blocked = true;
+ NV_ERROR(dev, "PGRAPH: unknown chipset\n");
return 0;
}
} else {
@@ -774,8 +773,7 @@ nv20_graph_create(struct drm_device *dev)
pgraph->grctx_size = NV35_36_GRCTX_SIZE;
break;
default:
- NV_ERROR(dev, "unknown nv30, disabling acceleration\n");
- dev_priv->engine.graph.accel_blocked = true;
+ NV_ERROR(dev, "PGRAPH: unknown chipset\n");
return 0;
}
}
OpenPOWER on IntegriCloud