From 7d950fa6f26e823a741f8c2db95ce4dd96c8d432 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 18 Aug 2013 18:27:47 +0100 Subject: overlay: Print min/max GPU frequencies. Signed-off-by: Chris Wilson --- overlay/gpu-freq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'overlay/gpu-freq.c') diff --git a/overlay/gpu-freq.c b/overlay/gpu-freq.c index f0285a5f..545ba781 100644 --- a/overlay/gpu-freq.c +++ b/overlay/gpu-freq.c @@ -43,6 +43,7 @@ int gpu_freq_init(struct gpu_freq *gf) if (s == NULL) return EIO; sscanf(s, "Max overclocked frequency: %dMHz", &gf->max); + gf->min = gf->rpn; return 0; } -- cgit v1.2.3