diff options
Diffstat (limited to 'includes/gpu_util.h')
-rw-r--r-- | includes/gpu_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/gpu_util.h b/includes/gpu_util.h index 0523cc81..1eb3c6c4 100644 --- a/includes/gpu_util.h +++ b/includes/gpu_util.h @@ -35,6 +35,7 @@ typedef struct gpud { char *vendor_str; char *device_str; char *location; + uint32_t khz_max; char *drm_dev; char *sysfs_drm_path; @@ -42,6 +43,7 @@ typedef struct gpud { char *dt_compat, *dt_status, *dt_name, *dt_path; const char *dt_vendor, *dt_device; + dt_opp_range *dt_opp; nvgpu *nv_info; /* ... */ |