From f5cee38e1bdc678e8271c3eb91b827036e67d4de Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Thu, 23 May 2019 12:50:39 +0200 Subject: devices/gpu: add memory freq --- includes/gpu_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/gpu_util.h') diff --git a/includes/gpu_util.h b/includes/gpu_util.h index f053dbc8..cdac6ec4 100644 --- a/includes/gpu_util.h +++ b/includes/gpu_util.h @@ -36,6 +36,7 @@ typedef struct gpud { char *device_str; char *location; uint32_t khz_min, khz_max; /* core */ + uint32_t mem_khz_min, mem_khz_max; /* memory */ char *drm_dev; char *sysfs_drm_path; -- cgit v1.2.3