projects / phoronix-test-suite.git / commitdiff
Build Results
 
Summary

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Fri 5/17/13 22:52
Michael Larabel  
phodevi: Report CPU... 
Wed 5/15/13 21:50
Michael Larabel  
Phoronix Test Suite... 
Wed 5/15/13 21:39
Michael Larabel  
pts-core: DragonFlyBSD... 
Wed 5/15/13 15:47
Michael Larabel  
pts-core: Updates from... 
Wed 5/15/13 15:43
Michael Larabel  
 
Sat 5/11/13 13:55
Michael Larabel  
pts-core: Fix for... 
 
> --git a/pts-core/modules/graphics_event_checker.php b/pts-core/modules/graphics_event_checker.php
index 1122445..5ab9a48 100644
--- a/pts-core/modules/graphics_event_checker.php
+++ b/pts-core/modules/graphics_event_checker.php
@@ -61,15 +61,15 @@ class graphics_event_checker extends pts_module_interface
         
// Access the xrandr resolution directly to ensure it's not polling the FB size or one of the KMS modes
         
self::$start_video_resolution phodevi_gpu::gpu_xrandr_resolution();

-        if(
phodevi::is_ati_graphics())
+        if(
phodevi::is_linux() && phodevi::is_ati_graphics())
         {
-            
$vsync_val phodevi_parser::read_amd_pcsdb('AMDPCSROOT/SYSTEM/BUSID-*/OpenGL,VSyncControl'); // Check for vSync
+            $vsync_val phodevi_linux_parser::read_amd_pcsdb('AMDPCSROOT/SYSTEM/BUSID-*/OpenGL,VSyncControl'); // Check for vSync
             
if($vsync_val == '0x00000002' || $vsync_val == '0x00000003')
             {
                 
self::$driver_forced_vsync true;
             }

-            
//$catalyst_ai_val = phodevi_parser::read_amd_pcsdb('AMDPCSROOT/SYSTEM/BUSID-*/OpenGL,CatalystAI'); // Check for Catalyst AI
+            //$catalyst_ai_val = phodevi_linux_parser::read_amd_pcsdb('AMDPCSROOT/SYSTEM/BUSID-*/OpenGL,CatalystAI'); // Check for Catalyst AI
             //if($catalyst_ai_val == '0x00000001' || $catalyst_ai_val == '0x00000002')
             //    echo '\nCatalyst AI is enabled, which will use driver-specific optimizations in some tests that may offer extra performance enhancements.\n';
         
}
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media