summaryrefslogtreecommitdiff
path: root/overlay/gpu-freq.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-07-03 11:18:02 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-07-11 23:39:36 +0100
commitb9c705f4da0b3817462c544e04bead926bfaf75d (patch)
tree61077fd6946e7b200116ed0421d49de1ac08fa55 /overlay/gpu-freq.h
parent98165d60bec04d258eeb9623550e58a8bc2f3906 (diff)
overlay: Baytrail needs a custom GPU frequency parser
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/gpu-freq.h')
-rw-r--r--overlay/gpu-freq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/gpu-freq.h b/overlay/gpu-freq.h
index cdd2bb6c..62b21f3b 100644
--- a/overlay/gpu-freq.h
+++ b/overlay/gpu-freq.h
@@ -34,6 +34,7 @@ struct gpu_freq {
} stat[2];
int fd;
int count;
+ int is_byt;
int min, max;
int rpn, rp1, rp0;
int request;