From 5cd1184f923680efeaf4bf0198c3d933150a9b39 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 20 Oct 2018 14:38:25 -0500 Subject: gpu: show freq range, if available Signed-off-by: Burt P --- includes/gpu_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/gpu_util.h') 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; -- cgit v1.2.3