aboutsummaryrefslogtreecommitdiff
path: root/include/cpuinfo.h
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-12-09 01:40:27 -0800
committerMarat Dukhan <marat@fb.com>2018-12-09 01:40:27 -0800
commit112dbf9b34bd5c279e8c8415a3f5bf66e9855874 (patch)
tree554c8214470ca86dfc020b5683a85652cda39ffd /include/cpuinfo.h
parentd62a0f06b22124adddeb18d8aa61386cf7719849 (diff)
downloadcpuinfo-112dbf9b34bd5c279e8c8415a3f5bf66e9855874.tar.gz
Remove detection of GPU name on mobile platforms
Diffstat (limited to 'include/cpuinfo.h')
-rw-r--r--include/cpuinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cpuinfo.h b/include/cpuinfo.h
index 142f4dc..84320dd 100644
--- a/include/cpuinfo.h
+++ b/include/cpuinfo.h
@@ -544,15 +544,10 @@ struct cpuinfo_cluster {
};
#define CPUINFO_PACKAGE_NAME_MAX 48
-#define CPUINFO_GPU_NAME_MAX 64
struct cpuinfo_package {
/** SoC or processor chip model name */
char name[CPUINFO_PACKAGE_NAME_MAX];
-#if defined(__ANDROID__) || (defined(__APPLE__) && TARGET_OS_IPHONE)
- /** Integrated GPU model name */
- char gpu_name[CPUINFO_GPU_NAME_MAX];
-#endif
/** Index of the first logical processor on this physical package */
uint32_t processor_start;
/** Number of logical processors on this physical package */