From: Anuj Phogat Date: Thu, 11 Apr 2019 22:14:13 +0000 (-0700) Subject: intel/devinfo: Add is_dg1 to device info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1fba99695f4dc036b17bee02d99a62efdbe21f7;p=mesa.git intel/devinfo: Add is_dg1 to device info Reviewed-by: Jordan Justen Reviewed-by: Lionel Landwerlin Reviewed-by: Jason Ekstrand Part-of: --- diff --git a/src/intel/dev/gen_device_info.h b/src/intel/dev/gen_device_info.h index 1456dd16dab..37e9c4231fa 100644 --- a/src/intel/dev/gen_device_info.h +++ b/src/intel/dev/gen_device_info.h @@ -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;