summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorBen Widawsky <ben@bwidawsk.net>2011-06-14 11:00:30 -0700
committerBen Widawsky <ben@bwidawsk.net>2011-07-28 13:48:51 -0700
commitc82c1d68469ae99b40fa260a1b4c4debb9130515 (patch)
tree47f76349bc6a611360191c131dfc7f4f62badb5e /tools/Makefile.am
parentabd7038e5a814bb29398d6ea259815b293c62a2b (diff)
intel-gpu-tools/forcewaked: sample forcewake app
This app is required for debug features which seem to (undocumented) reset themselves if/when the GT goes to sleep. It is also useful for those doing general debugging or profiling from userspace when they do not wish to have the GT sleep. v2: made forcewaked more daemon-like Cc: Chris Wilson <chris@chris-wilson.co.uk>
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 7929b74c..86fafd72 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -13,6 +13,7 @@ bin_PROGRAMS = \
intel_reg_snapshot \
intel_reg_write \
intel_reg_read \
+ forcewaked \
$(NULL)
noinst_PROGRAMS = \