Displaying 1 result from an estimated 1 matches for "nv50_so_init_sifc".
2009 Oct 10
0
[PATCH 1/7] nv50: use SIFC for TIC, TSC upload
...ext.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -198,6 +198,11 @@ extern void nv50_program_destroy(struct nv50_context *nv50, struct nv50_program
extern boolean nv50_state_validate(struct nv50_context *nv50);
extern void nv50_state_flush_notify(struct nouveau_channel *chan);
+extern void nv50_so_init_sifc(struct nv50_context *nv50,
+ struct nouveau_stateobj *so,
+ struct nouveau_bo *bo, unsigned reloc,
+ unsigned size);
+
/* nv50_tex.c */
extern void nv50_tex_validate(struct nv50_context *);
diff --git a/src/gallium/drivers/nv50/nv50_screen.c b/src/gallium/drivers/nv50/nv...