diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-20 09:27:34 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-20 10:03:47 +0100 |
commit | baa5be07d6652bcd86353d25188505cb0199450a (patch) | |
tree | 1a23d117c291901ea78b5a2db24c56794c59aaad /overlay/Makefile.am | |
parent | 912a7d855600aadb937517ec5bab26bfd9b8953d (diff) |
overlay: Add rc6 residency
Not much point at the moment since we use forcewake to continuously
probe the GPU busyness. But that will eventually change to a more
power-efficient in-kernel.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay/Makefile.am')
-rw-r--r-- | overlay/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/Makefile.am b/overlay/Makefile.am index 00a1ef5f..cc748a7d 100644 --- a/overlay/Makefile.am +++ b/overlay/Makefile.am @@ -25,6 +25,8 @@ intel_gpu_overlay_SOURCES = \ gpu-freq.c \ igfx.h \ igfx.c \ + rc6.h \ + rc6.c \ $(NULL) if BUILD_OVERLAY_XLIB |