From 5b83be6c8285b7391943cadd91d12ece7acf8225 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 9 Mar 2018 09:29:30 +0000 Subject: 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 Reviewed-by: Chris Wilson --- lib/intel_chipset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/intel_chipset.h') 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; -- cgit v1.2.3