From 253acc34af6fb9976a8d54991560dec5920af20b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 16 Dec 2010 16:42:52 -0800 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c31b8650..cbb4f0db 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ tests/gem_bad_address tests/gem_bad_batch tests/gem_bad_blit tests/gem_hang +tools/intel_disable_clock_gating tools/intel_error_decode tools/intel_gpu_dump tools/intel_gpu_time -- cgit v1.2.3