diff options
author | Lionel Landwerlin <[email protected]> | 2018-06-16 23:22:00 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-07-05 11:57:45 +0100 |
commit | aab21cedc69d97dea425eafa8a6540986986fb69 (patch) | |
tree | 15cbc1981a18e09e6967bcc1f336a686d8ff3d78 /src/intel/dev/gen_device_info.h | |
parent | 0f53948c59bcf482867f9a9fd14b0987ac009688 (diff) |
intel: devinfo: add simulator id
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/dev/gen_device_info.h')
-rw-r--r-- | src/intel/dev/gen_device_info.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/intel/dev/gen_device_info.h b/src/intel/dev/gen_device_info.h index 40b72383420..291a3cce8f8 100644 --- a/src/intel/dev/gen_device_info.h +++ b/src/intel/dev/gen_device_info.h @@ -241,6 +241,11 @@ struct gen_device_info */ uint64_t timestamp_frequency; + /** + * ID to put into the .aub files. + */ + int simulator_id; + /** @} */ }; |