intel/dev: Add is_dg2 to devinfo

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12711>
This commit is contained in:
Jordan Justen
2019-12-09 10:51:40 -08:00
committed by Marge Bot
parent 727e10d290
commit 4620f8334f
+1
View File
@@ -70,6 +70,7 @@ struct intel_device_info
bool is_rocketlake;
bool is_dg1;
bool is_alderlake;
bool is_dg2;
bool has_hiz_and_separate_stencil;
bool must_use_separate_stencil;