xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Jun 19 15:22:27 PDT 2008


 src/radeon_output.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit ef624b88903b1a87ef5b6388e18291f75776b93d
Author: Alex Deucher <alex at botch2.com>
Date:   Thu Jun 19 18:20:52 2008 -0400

    RADEON: fix read past the end of an array

diff --git a/src/radeon_output.c b/src/radeon_output.c
index 72addef..1f289cb 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -74,12 +74,13 @@ const RADEONMonitorType MonTypeID[10] = {
   MT_DP
 };
 
-const char *TMDSTypeName[5] = {
+const char *TMDSTypeName[6] = {
   "None",
   "Internal",
   "External",
   "LVTMA",
-  "DDIA"
+  "DDIA",
+  "UNIPHY"
 };
 
 const char *DACTypeName[4] = {


More information about the xorg-commit mailing list