summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_screen.h')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_screen.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_screen.h b/src/gallium/drivers/nvc0/nvc0_screen.h
index e0f5e5ec246..8bcc1470593 100644
--- a/src/gallium/drivers/nvc0/nvc0_screen.h
+++ b/src/gallium/drivers/nvc0/nvc0_screen.h
@@ -6,6 +6,8 @@
6#include "nouveau/nouveau_fence.h" 6#include "nouveau/nouveau_fence.h"
7#include "nouveau/nouveau_heap.h" 7#include "nouveau/nouveau_heap.h"
8 8
9#include "nouveau/nv_object.xml.h"
10
9#include "nvc0_winsys.h" 11#include "nvc0_winsys.h"
10#include "nvc0_stateobj.h" 12#include "nvc0_stateobj.h"
11 13
@@ -24,10 +26,10 @@ struct nvc0_screen {
24 int num_occlusion_queries_active; 26 int num_occlusion_queries_active;
25 27
26 struct nouveau_bo *text; 28 struct nouveau_bo *text;
27 struct nouveau_bo *uniforms; 29 struct nouveau_bo *uniform_bo;
28 struct nouveau_bo *tls; 30 struct nouveau_bo *tls;
29 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */ 31 struct nouveau_bo *txc; /* TIC (offset 0) and TSC (65536) */
30 struct nouveau_bo *vfetch_cache; 32 struct nouveau_bo *poly_cache;
31 33
32 uint64_t tls_size; 34 uint64_t tls_size;
33 35
@@ -55,7 +57,7 @@ struct nvc0_screen {
55 57
56 struct nouveau_mman *mm_VRAM_fe0; 58 struct nouveau_mman *mm_VRAM_fe0;
57 59
58 struct nouveau_object *fermi; 60 struct nouveau_object *eng3d; /* sqrt(1/2)|kepler> + sqrt(1/2)|fermi> */
59 struct nouveau_object *eng2d; 61 struct nouveau_object *eng2d;
60 struct nouveau_object *m2mf; 62 struct nouveau_object *m2mf;
61 struct nouveau_object *dijkstra; 63 struct nouveau_object *dijkstra;