summaryrefslogtreecommitdiff
path: root/overlay/gpu-freq.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-08-18 18:27:47 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-08-18 18:27:47 +0100
commit7d950fa6f26e823a741f8c2db95ce4dd96c8d432 (patch)
tree82cdc73bea0bf35a6408404ece8be59f5c31f20b /overlay/gpu-freq.h
parent3f5129471fdcc81ae4291bfa717e497d223e35a1 (diff)
overlay: Print min/max GPU frequencies.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/gpu-freq.h')
-rw-r--r--overlay/gpu-freq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay/gpu-freq.h b/overlay/gpu-freq.h
index a704f6be..252ad95f 100644
--- a/overlay/gpu-freq.h
+++ b/overlay/gpu-freq.h
@@ -1,5 +1,6 @@
struct gpu_freq {
- int rpn, rp1, rp0, max;
+ int min, max;
+ int rpn, rp1, rp0;
int request;
int current;
};