aboutsummaryrefslogtreecommitdiff
path: root/includes/gpu_util.h
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-10-20 14:38:25 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-10-22 19:45:03 -0700
commit5cd1184f923680efeaf4bf0198c3d933150a9b39 (patch)
tree2be0749f2381110b78870e66e385a0c012a9ddae /includes/gpu_util.h
parent33990da876a235f92dfb43be5a05e85adf930ff9 (diff)
gpu: show freq range, if available
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/gpu_util.h')
-rw-r--r--includes/gpu_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gpu_util.h b/includes/gpu_util.h
index 1eb3c6c4..f053dbc8 100644
--- a/includes/gpu_util.h
+++ b/includes/gpu_util.h
@@ -35,7 +35,7 @@ typedef struct gpud {
char *vendor_str;
char *device_str;
char *location;
- uint32_t khz_max;
+ uint32_t khz_min, khz_max; /* core */
char *drm_dev;
char *sysfs_drm_path;