]> git.pld-linux.org Git - packages/X11.git/blob - X11-radeon-set-fb-location.patch
- added x11r6.9.0-mitri.diff (official CVE-2006-1525 fix)
[packages/X11.git] / X11-radeon-set-fb-location.patch
1 --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.radeon-set-fb-location-fdo2698-2079      2005-04-11 23:43:02.000000000 -0400
2 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c  2005-04-12 00:33:34.000000000 -0400
3 @@ -7179,7 +7179,6 @@
4         RADEONDoAdjustFrame(pScrn, x, y, FALSE);
5      }
6  
7 -    RADEONSetFBLocation (pScrn);
8  #ifdef XF86DRI
9         if (info->CPStarted) DRIUnlock(pScrn->pScreen);
10  #endif
11 --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.org      2005-02-12 01:09:23.399039632 +0100
12 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c  2005-02-12 01:11:08.746024456 +0100
13 @@ -7145,8 +7145,6 @@
14      ScrnInfoPtr    pScrn      = xf86Screens[scrnIndex];
15      RADEONInfoPtr  info       = RADEONPTR(pScrn);
16  
17 -       RADEONSetFBLocation (pScrn);
18 -
19  #ifdef XF86DRI
20      if (info->CPStarted) DRILock(pScrn->pScreen, 0);
21  #endif
This page took 0.056957 seconds and 3 git commands to generate.