intel/devinfo: Add is_dg1 to device info
authorAnuj Phogat <anuj.phogat@gmail.com>
Thu, 11 Apr 2019 22:14:13 +0000 (15:14 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Mon, 22 Jun 2020 18:41:55 +0000 (11:41 -0700)
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>

src/intel/dev/gen_device_info.h

index 1456dd16dab84ef6d398d7c450ebc1173e9f6586..37e9c4231faac9332d8a795b3f71fdfd46435c9a 100644 (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;