diff --git a/src/intel.h b/src/intel.h index 4b080986..c0b7d0c3 100644 --- a/src/intel.h +++ b/src/intel.h @@ -36,7 +36,9 @@ class Intel { } void update() { - get_fdinfo(); + if (fdinfo) + get_fdinfo(); + gpu_info = gpu_info_intel; }