diff options
author | Pekka Paalanen <pq@iki.fi> | 2007-09-30 22:04:53 +0300 |
---|---|---|
committer | Pekka Paalanen <pq@iki.fi> | 2007-09-30 22:16:01 +0300 |
commit | aa135ba8e86d43a738973a25d638b7dc4cdddc55 (patch) | |
tree | 14d08a4c99d15265575a126844aedfc3e2146641 /shared-core | |
parent | 205403aea8213ffc0e36f4103d78d62bf1584a69 (diff) |
nouveau: rename nv30_graph.c to nv20_graph.c
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/nouveau_drv.h | 2 | ||||
-rw-r--r-- | shared-core/nv20_graph.c (renamed from shared-core/nv30_graph.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_drv.h b/shared-core/nouveau_drv.h index 85a2dd57..e5cef075 100644 --- a/shared-core/nouveau_drv.h +++ b/shared-core/nouveau_drv.h @@ -490,7 +490,7 @@ extern void nv10_graph_destroy_context(struct nouveau_channel *); extern int nv10_graph_load_context(struct nouveau_channel *); extern int nv10_graph_save_context(struct nouveau_channel *); -/* nv30_graph.c */ +/* nv20_graph.c */ extern int nv20_graph_create_context(struct nouveau_channel *); extern void nv20_graph_destroy_context(struct nouveau_channel *); extern int nv20_graph_load_context(struct nouveau_channel *); diff --git a/shared-core/nv30_graph.c b/shared-core/nv20_graph.c index 8ca1f84c..8ca1f84c 100644 --- a/shared-core/nv30_graph.c +++ b/shared-core/nv20_graph.c |