freedreno: consolidate GMEM state
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index 132907f109e5f838749c39e857bf3c4d440aeb4c..3f37e2d7632c6892bfb211ed621f8dbb04ac15f7 100644 (file)
@@ -56,6 +56,9 @@ struct fd_gmem_stateobj {
        uint16_t width, height;
        uint16_t maxpw, maxph;   /* maximum pipe width/height */
        uint8_t num_vsc_pipes;   /* number of pipes for a20x */
+
+       struct fd_vsc_pipe vsc_pipe[32];
+       struct fd_tile     tile[512];
 };
 
 struct fd_batch;