xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Tue Dec 9 01:00:49 PST 2008


 src/atombios_crtc.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 69e445f7f2ebd299070e44457b434bbc28b7e05c
Author: Dave Airlie <airlied at linux.ie>
Date:   Tue Dec 9 18:59:11 2008 +1000

    radeon: memset the pll setting function
    
    Thanks to Peter Zijlstra for making me debug this and providing
    feedback.

diff --git a/src/atombios_crtc.c b/src/atombios_crtc.c
index 4e2395f..7a2e378 100644
--- a/src/atombios_crtc.c
+++ b/src/atombios_crtc.c
@@ -221,6 +221,7 @@ atombios_crtc_set_pll(xf86CrtcPtr crtc, DisplayModePtr mode, int pll_flags)
     unsigned char *space;
     RADEONSavePtr save = info->ModeReg;
 
+    memset(&spc_param, 0, sizeof(spc_param));
     if (IS_AVIVO_VARIANT) {
 	uint32_t temp;
 


More information about the xorg-commit mailing list