freedreno: pitch alignment should match gmem alignment
[mesa.git] / src / gallium / drivers / freedreno / freedreno_screen.h
index 6a7b2a80f5055aa617019941f59e621fb8fa9bd3..8319539e9a97ba0db369c22e2e0be30d4392388b 100644 (file)
@@ -64,7 +64,7 @@ struct fd_screen {
        uint32_t chip_id;        /* coreid:8 majorrev:8 minorrev:8 patch:8 */
        uint32_t max_freq;
        uint32_t max_rts;        /* max # of render targets */
-       uint32_t gmem_alignment;
+       uint32_t gmem_alignw, gmem_alignh;
        bool has_timestamp;
 
        void *compiler;          /* currently unused for a2xx */