aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-05-27 20:36:49 +0100
committerLionel Landwerlin <[email protected]>2019-04-17 14:10:42 +0100
commit603ddda622b40414262e28f58a36526a9067807b (patch)
tree686b7063aa5b61c5d10580d11e1c63fccf6cb570 /src/intel
parentea42ba36b936e26d15329a6dae3b04bcbfef20c3 (diff)
i965: store device revision in gen_device_info
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/dev/gen_device_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/dev/gen_device_info.h b/src/intel/dev/gen_device_info.h
index 291a3cce8f8..a5ab14b3663 100644
--- a/src/intel/dev/gen_device_info.h
+++ b/src/intel/dev/gen_device_info.h
@@ -46,6 +46,7 @@ struct drm_i915_query_topology_info;
struct gen_device_info
{
int gen; /**< Generation number: 4, 5, 6, 7, ... */
+ int revision;
int gt;
bool is_g4x;