diff options
author | Burt P <pburt0@gmail.com> | 2018-10-20 14:38:25 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-10-22 19:45:03 -0700 |
commit | 5cd1184f923680efeaf4bf0198c3d933150a9b39 (patch) | |
tree | 2be0749f2381110b78870e66e385a0c012a9ddae /includes/gpu_util.h | |
parent | 33990da876a235f92dfb43be5a05e85adf930ff9 (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.h | 2 |
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; |