summaryrefslogtreecommitdiff
path: root/tools/intel_disable_clock_gating.c
AgeCommit message (Collapse)Author
2011-02-10tools/intel_disable_clock_gating: Remove unused variableChris Wilson
intel_disable_clock_gating.c: In function ‘main’: intel_disable_clock_gating.c:38:11: warning: unused variable ‘temp’ [-Wunused-variable] Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-02-01Search for the first Intel dri device.Chris Wilson
This is vital in a multi-GPU system so that we only test the Intel card and not the discrete GPUs. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-16intel_disable_clock_gating: New tool for turning off clock gating on ILK.Eric Anholt
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.