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

Description: Phoronix Test Suite open-source benchmarking development
Last Change: Tue 5/21/13 15:49

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Tue 5/21/13 15:49
Michael Larabel  
Phoronix Test Suite... 
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  
 
 
> --git a/CHANGE-LOG b/CHANGE-LOG
index f975922
..36c5879 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -9,+9,@@ Phoronix Test Suite (Git)
 - 
pts-coreAdd git as a PTS External Dependency
 
pts-coreAdd superlu as a PTS External Dependency
 
pts-coreAdd libtool as a PTS External Dependency
+- phodeviIntel GPU string reporting improvement

 Phoronix Test Suite 4.0
 23 July 2012
diff 
--git a/pts-core/objects/phodevi/components/phodevi_gpu.php b/pts-core/objects/phodevi/components/phodevi_gpu.php
index b14e536
..afa3f9b 100644
--- a/pts-core/objects/phodevi/components/phodevi_gpu.php
+++ b/pts-core/objects/phodevi/components/phodevi_gpu.php
@@ -1055,+1055,@@ class phodevi_gpu extends phodevi_device_interface
                 
{
                     
$info $info_pci;

-                    if(
strpos($info'Intel 2nd Generation Core Family') !== false)
+                    if(
strpos($info'Intel 2nd Generation Core Family') !== false || strpos($info'Gen Core') !== false)
                     {
                         
// Try to come up with a better non-generic string
                         
$was_reset false;
diff --git a/pts-core/objects/pts_render.php b/pts-core/objects/pts_render.php
index eff7448
..77ce61f 100644
--- a/pts-core/objects/pts_render.php
+++ b/pts-core/objects/pts_render.php
@@ -498,+498,11 @@ class pts_render
                         
}
                     }

+                    if(!isset(
$unique_compiler_data[1]))
+                    {
+                        break;
+                    }
+
                     if((
$c0 count($unique_compiler_data[0])) < ($c1 count($unique_compiler_data[1])))
                     {
                         for(
$i 0$i < ($c1 $c0); $i++)
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media