mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
intel/devinfo: Add a has_lsc bit
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11600>
This commit is contained in:
parent
52602452ab
commit
4a85a5e09f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue