Mesa (master): intel/devinfo: Add is_dg1 to device info

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 22 21:04:12 UTC 2020


Module: Mesa
Branch: master
Commit: f1fba99695f4dc036b17bee02d99a62efdbe21f7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1fba99695f4dc036b17bee02d99a62efdbe21f7

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Thu Apr 11 15:14:13 2019 -0700

intel/devinfo: Add is_dg1 to device info

Reviewed-by: Jordan Justen <jordan.l.justen at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4956>

---

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

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;



More information about the mesa-commit mailing list