aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2019-04-11 15:14:13 -0700
committerJordan Justen <[email protected]>2020-06-22 11:41:55 -0700
commitf1fba99695f4dc036b17bee02d99a62efdbe21f7 (patch)
tree86a14ae2c95245afb2c40912eeb1bb830068cad2 /src
parent64ccb740281b019bb7e94053217cacdc72825042 (diff)
intel/devinfo: Add is_dg1 to device info
Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4956>
Diffstat (limited to 'src')
-rw-r--r--src/intel/dev/gen_device_info.h1
1 files changed, 1 insertions, 0 deletions
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;