summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_modules.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-08-19 22:01:28 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-19 22:01:28 -0400
commit46b1886374d772b32d16751b4de9d1b31ca55aa5 (patch)
tree3f328e6185ed5260f6e9e18a3ece3809678480f8 /pts-core/functions/pts-functions_modules.php
parenta4f0a4fc808756801426a7b562ba1212ccdf1039 (diff)
downloadphoronix-test-suite-upstream-46b1886374d772b32d16751b4de9d1b31ca55aa5.tar.gz
phoronix-test-suite-upstream-46b1886374d772b32d16751b4de9d1b31ca55aa5.tar.xz
phoronix-test-suite-upstream-46b1886374d772b32d16751b4de9d1b31ca55aa5.zip
pts-core: Add gpu_error_counter module to load by default
Diffstat (limited to 'pts-core/functions/pts-functions_modules.php')
-rw-r--r--pts-core/functions/pts-functions_modules.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index 78bf564..3183913 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -37,6 +37,7 @@ function pts_module_start_process()
// Enable the toggling of the system screensaver by default.
// To disable w/o code modification, set HALT_SCREENSAVER=NO environmental variable
array_push($GLOBALS["PTS_MODULES"], "toggle_screensaver");
+ array_push($GLOBALS["PTS_MODULES"], "gpu_error_counter"); // Check for GPU errors
pts_load_modules();
pts_module_process("__startup");