diff options
Diffstat (limited to 'hardinfo/gpu_util.c')
-rw-r--r-- | hardinfo/gpu_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo/gpu_util.c b/hardinfo/gpu_util.c index 94654eb4..ba72b907 100644 --- a/hardinfo/gpu_util.c +++ b/hardinfo/gpu_util.c @@ -305,6 +305,7 @@ gpud *dt_soc_gpu() { gpu->dt_opp = dtr_get_opp_range(dt, dt_gpu_path); if (gpu->dt_opp) { gpu->khz_max = gpu->dt_opp->khz_max; + gpu->khz_min = gpu->dt_opp->khz_min; } EMPIFNULL(gpu->dt_name); EMPIFNULL(gpu->dt_status); |