summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-12-16 16:42:52 -0800
committerEric Anholt <eric@anholt.net>2010-12-16 16:48:29 -0800
commit253acc34af6fb9976a8d54991560dec5920af20b (patch)
tree9282da20d3e4ee30cec32c52611c1ca2976decd8 /tools/Makefile.am
parent19b412b37cd3474200a2c6fe0cdb11af0c0f98cb (diff)
intel_disable_clock_gating: New tool for turning off clock gating on ILK.
This is something I sometimes want to do in testing, to see if a mystery bug (say, 29172) is due to broken clock gating. Sadly, in this case it isn't. Note that it isn't supported on non-ILK chipsets yet.
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index e7d23d23..09b4ec88 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,5 @@
bin_PROGRAMS = \
+ intel_disable_clock_gating \
intel_audio_dump \
intel_bios_dumper \
intel_bios_reader \