nv50,nvc0: prevent pushbuf flush during ctx reloc emission
[mesa.git] / src / gallium / drivers / nv50 / nv50_screen.h
index aea434b86795d38f2c08c14d12115d2c646aa8f7..64ad209a728a3053c8a60d67f33d523ef75df40a 100644 (file)
@@ -19,6 +19,8 @@ struct nv50_context;
 #define NV50_SCRATCH_SIZE (2 << 20)
 #define NV50_SCRATCH_NR_BUFFERS 2
 
+#define NV50_SCREEN_RESIDENT_BO_COUNT 5
+
 struct nv50_screen {
    struct nouveau_screen base;
    struct nouveau_winsys *nvws;