diff options
author | Ondrej Čerman <ondrej.cerman@gmail.com> | 2019-05-23 12:50:39 +0200 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-05-25 14:14:50 -0700 |
commit | f5cee38e1bdc678e8271c3eb91b827036e67d4de (patch) | |
tree | a64288bb72d67712ffb8962f18c17c03ec8ea270 /includes/gpu_util.h | |
parent | 21a7c05c8737fba510de2ee72825f91e5a1af36a (diff) |
devices/gpu: add memory freq
Diffstat (limited to 'includes/gpu_util.h')
-rw-r--r-- | includes/gpu_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |