ntel-gpu-tools/overlay/gpu-freq.h
Chris Wilson 5c81cda0ff overlay: Add graph for GPU power consumption
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2013-08-20 10:26:23 +01:00

11 lines
179 B
C

struct gpu_freq {
int min, max;
int rpn, rp1, rp0;
int request;
int current;
int error;
};
int gpu_freq_init(struct gpu_freq *gf);
int gpu_freq_update(struct gpu_freq *gf);