nouveau: rename nv30_graph.c to nv20_graph.c
parent
205403aea8
commit
aa135ba8e8
|
@ -27,7 +27,7 @@ nouveau-objs := nouveau_drv.o nouveau_state.o nouveau_fifo.o nouveau_mem.o \
|
||||||
nv04_mc.o nv40_mc.o nv50_mc.o \
|
nv04_mc.o nv40_mc.o nv50_mc.o \
|
||||||
nv04_fb.o nv10_fb.o nv40_fb.o \
|
nv04_fb.o nv10_fb.o nv40_fb.o \
|
||||||
nv04_fifo.o nv10_fifo.o nv40_fifo.o nv50_fifo.o \
|
nv04_fifo.o nv10_fifo.o nv40_fifo.o nv50_fifo.o \
|
||||||
nv04_graph.o nv10_graph.o nv30_graph.o \
|
nv04_graph.o nv10_graph.o nv20_graph.o \
|
||||||
nv40_graph.o nv50_graph.o \
|
nv40_graph.o nv50_graph.o \
|
||||||
nv04_instmem.o nv50_instmem.o
|
nv04_instmem.o nv50_instmem.o
|
||||||
radeon-objs := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o r300_cmdbuf.o
|
radeon-objs := radeon_drv.o radeon_cp.o radeon_state.o radeon_mem.o radeon_irq.o r300_cmdbuf.o
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../shared-core/nv20_graph.c
|
|
@ -1 +0,0 @@
|
||||||
../shared-core/nv30_graph.c
|
|
|
@ -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_load_context(struct nouveau_channel *);
|
||||||
extern int nv10_graph_save_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 int nv20_graph_create_context(struct nouveau_channel *);
|
||||||
extern void nv20_graph_destroy_context(struct nouveau_channel *);
|
extern void nv20_graph_destroy_context(struct nouveau_channel *);
|
||||||
extern int nv20_graph_load_context(struct nouveau_channel *);
|
extern int nv20_graph_load_context(struct nouveau_channel *);
|
||||||
|
|
Loading…
Reference in New Issue