freedreno: a2xx: a20x hw binning
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index b953999ff9e6eb8a808865f4ec06057236ff50cd..70641d62f3f8a059269a2fe590fcba26763622d6 100644 (file)
@@ -57,6 +57,7 @@ struct fd_gmem_stateobj {
        uint16_t minx, miny;
        uint16_t width, height;
        uint16_t maxpw, maxph;   /* maximum pipe width/height */
+       uint8_t num_vsc_pipes;   /* number of pipes for a20x */
 };
 
 struct fd_batch;