summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-03-09 09:29:30 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2018-03-12 12:35:10 +0000
commit5b83be6c8285b7391943cadd91d12ece7acf8225 (patch)
tree203f97fd2ed0b5edfa6f65704df6f2547cbca114 /lib/intel_chipset.h
parentba5f960ea15b554e565ae38b319e8c80b2e2c8b6 (diff)
intel_chipsets: store GT information in device info
Right now we define this only for big core skus and leave the gt field to 0 to mean unknown. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 7fc9b3bf..9250f4f9 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -36,6 +36,7 @@ uint32_t intel_get_drm_devid(int fd);
struct intel_device_info {
unsigned gen;
+ unsigned gt; /* 0 if unknown */
bool is_mobile : 1;
bool is_whitney : 1;
bool is_almador : 1;