intel/devinfo: Add is_dg1 to device info

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4956>
This commit is contained in:
Anuj Phogat 2019-04-11 15:14:13 -07:00 committed by Jordan Justen
parent 64ccb74028
commit f1fba99695

View file

@ -63,6 +63,7 @@ struct gen_device_info
bool is_coffeelake;
bool is_cannonlake;
bool is_elkhartlake;
bool is_dg1;
bool has_hiz_and_separate_stencil;
bool must_use_separate_stencil;