xf86-video-ati: Branch 'atom-tvout'

Dave Airlie airlied at kemper.freedesktop.org
Tue Dec 16 17:51:11 PST 2008


 src/radeon_atombios.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 435d996949185201a97493e131f9920a32863acd
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Dec 17 11:50:48 2008 +1000

    radeon: tv timings have crev/frev wrong way around for some reason.

diff --git a/src/radeon_atombios.c b/src/radeon_atombios.c
index 64e7937..c9c7ae2 100644
--- a/src/radeon_atombios.c
+++ b/src/radeon_atombios.c
@@ -1916,7 +1916,7 @@ RADEONATOMGetTVTimings(ScrnInfoPtr pScrn, int index, SET_CRTC_TIMING_PARAMETERS_
     atomDataPtr = info->atomBIOS->atomDataPtr;
     if (!rhdAtomGetTableRevisionAndSize(
 	    (ATOM_COMMON_TABLE_HEADER *)(atomDataPtr->AnalogTV_Info.base),
-	    &frev,&crev,NULL)) {
+	    &crev,&frev,NULL)) {
 	return FALSE;
     }
 


More information about the xorg-commit mailing list