Mesa (main): intel/devinfo: Add a has_lsc bit

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 30 16:30:45 UTC 2021


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

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Thu Jun 24 15:13:57 2021 -0500

intel/devinfo: Add a has_lsc bit

Reviewed-by: Sagar Ghuge <sagar.ghuge at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11600>

---

 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 518e73ef75d..ebb779e3938 100644
--- a/src/intel/dev/intel_device_info.h
+++ b/src/intel/dev/intel_device_info.h
@@ -86,6 +86,7 @@ struct intel_device_info
    bool has_tiling_uapi;
    bool has_ray_tracing;
    bool has_local_mem;
+   bool has_lsc;
 
    /**
     * \name Intel hardware quirks



More information about the mesa-commit mailing list