Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162830
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
 From: Mikko Rapeli <mikko.rapeli@iki.fi>
 From: Mikko Rapeli <mikko.rapeli@iki.fi>
1
 Date: Thu, 4 Jan 2007 02:50:22 +0000 (-0500)
1
 Date: Thu, 4 Jan 2007 02:50:22 +0000 (-0500)
2
 Subject: fix savage respawn crash
2
 Subject: fix savage respawn crash
3
 X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-savage.git;a=commitdiff;h=3e2d370e291f5f222de88075f1f285446cca0569
3
 X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-savage.git;a=commitdiff;h=3e2d370e291f5f222de88075f1f285446cca0569
4
 fix savage respawn crash
4
 fix savage respawn crash
5
5
6
 SavageCloseScreen() unmaps memory, but SavageScreenInit()
6
 SavageCloseScreen() unmaps memory, but SavageScreenInit()
7
 never maps it again.
7
 never maps it again.
8
-- a/src/savage_driver.c
8
++ b/src/savage_driver.c
Lines 3088-3093 static Bool SavageScreenInit(int scrnInd Link Here
3088
 
3088
 
3089
    SavageEnableMMIO(pScrn);
3089
    SavageEnableMMIO(pScrn);
3090
3090
3091
    if (!SavageMapMem(pScrn))
3092
	return FALSE;
3093
3091
    psav->FBStart2nd = 0;
3094
    psav->FBStart2nd = 0;
3092
3095
3093
    if (psav->overlayDepth) {
3096
    if (psav->overlayDepth) {

Return to bug 162830