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/CHANGE-LOG b/CHANGE-LOG
index 943ac27
..bf2c588 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -3,+3,@@ PHORONIX TEST SUITE CHANGE-LOG
 Phoronix Test Suite 
(Git)

 - 
pts-coreFix length of download text progress indicator
+- phodeviFix causing a segmentation fault on some Mesa systems
 
ptsUpdate unigine-heaven test profile against Unigine Heaven 2.0
 
ptsUpdate openssl test profile against OpenSSL 1.0.0 upstream

diff 
--git a/pts-core/objects/phodevi/components/phodevi_system.php b/pts-core/objects/phodevi/components/phodevi_system.php
index 1e5bce6
..bfe3ff8 100644
--- a/pts-core/objects/phodevi/components/phodevi_system.php
+++ b/pts-core/objects/phodevi/components/phodevi_system.php
@@ -986,+986,@@ class phodevi_system extends phodevi_device_interface
             
{
                 
$display_driver "nvidia";
             }
-            else if((
IS_MESA_GRAPHICS || IS_BSD) && stripos(phodevi::read_name("gpu"), "NVIDIA") !== false)
+            else if((
IS_MESA_GRAPHICS || IS_BSD) && stripos(phodevi::read_property("gpu""model"), "NVIDIA") !== false)
             {
                 
$display_driver "nv";
             }
@@ -
994,+994,@@ class phodevi_system extends phodevi_device_interface
             
{
                 
// Fallback to hopefully detect the module, takes the first word off the GPU string and sees if it is the module
                 // This works in at least the case of the Cirrus driver
-                $display_driver strtolower(pts_first_string_in_string(phodevi::read_name("gpu")));
+                
$display_driver strtolower(pts_first_string_in_string(phodevi::read_property("gpu""model")));
             }
         }

<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media