i965: Add and initialize l3_banks field for gen7+
[mesa.git] / src / intel / common / gen_device_info.h
index 80676d0e003b892fad08eb21331664c442de5fb7..6207630519488a6625f6246233381f05b8a335bf 100644 (file)
@@ -96,6 +96,7 @@ struct gen_device_info
     * to change, so we program @max_cs_threads as the lower maximum.
     */
    unsigned num_slices;
+   unsigned l3_banks;
    unsigned max_vs_threads;   /**< Maximum Vertex Shader threads */
    unsigned max_tcs_threads;  /**< Maximum Hull Shader threads */
    unsigned max_tes_threads;  /**< Maximum Domain Shader threads */