Module: Mesa
Branch: main
Commit: 4620f8334f9e2fee1bd357894178acf69d0ce5a1
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4620f8334f9e2fee1bd357894178acf69d0ce5a1

Author: Jordan Justen <[email protected]>
Date:   Mon Dec  9 10:51:40 2019 -0800

intel/dev: Add is_dg2 to devinfo

Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Sagar Ghuge <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12711>

---

 src/intel/dev/intel_device_info.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/dev/intel_device_info.h 
b/src/intel/dev/intel_device_info.h
index 423fddc46e1..0dc56a6e140 100644
--- a/src/intel/dev/intel_device_info.h
+++ b/src/intel/dev/intel_device_info.h
@@ -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;

Reply via email to