summaryrefslogtreecommitdiffstats
path: root/pts-core/functions
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 21:21:04 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 21:21:04 -0500
commitcd7fef412c951e497ae4747f964814cdd970f44c (patch)
tree07dd737b3a7b0f6d533538512a8b9b3a631edc90 /pts-core/functions
parent7a8a3b29382c1673f1a2860d35dce9d6bc390dff (diff)
downloadphoronix-test-suite-upstream-cd7fef412c951e497ae4747f964814cdd970f44c.tar.gz
phoronix-test-suite-upstream-cd7fef412c951e497ae4747f964814cdd970f44c.tar.xz
phoronix-test-suite-upstream-cd7fef412c951e497ae4747f964814cdd970f44c.zip
pts-core: Fix regression in hw_gpu_xrandr_available_modes()
Diffstat (limited to 'pts-core/functions')
-rw-r--r--pts-core/functions/pts-functions_system_graphics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_graphics.php b/pts-core/functions/pts-functions_system_graphics.php
index 589dce5..01efb94 100644
--- a/pts-core/functions/pts-functions_system_graphics.php
+++ b/pts-core/functions/pts-functions_system_graphics.php
@@ -498,7 +498,7 @@ function hw_gpu_xrandr_available_modes()
}
}
- $available_modes = $modes;
+ $available_modes = $sorted_modes;
}
return $available_modes;