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.
This commit is contained in:
Eric Anholt
2010-12-16 16:42:52 -08:00
parent 19b412b37c
commit 253acc34af
4 changed files with 81 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
bin_PROGRAMS = \
intel_disable_clock_gating \
intel_audio_dump \
intel_bios_dumper \
intel_bios_reader \