From aab21cedc69d97dea425eafa8a6540986986fb69 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sat, 16 Jun 2018 23:22:00 +0100 Subject: intel: devinfo: add simulator id Signed-off-by: Lionel Landwerlin Reviewed-by: Rafael Antognolli --- src/intel/dev/gen_device_info.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/intel/dev/gen_device_info.h') 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; + /** @} */ }; -- cgit v1.2.3