Initialize smi chip on graphics setup. Seems to help some.

This commit is contained in:
Keith Packard 2003-10-09 07:29:31 +00:00
parent 10f721acc5
commit e5a1c9952f
2 changed files with 3 additions and 2 deletions

View File

@ -70,8 +70,8 @@
#include "kxv.h"
#define DEBUG
#ifdef DEBUG
#define SMI_DEBUG 0
#if SMI_DEBUG
#define DBGOUT(fmt,a...) fprintf (stderr, fmt, ##a)
#else
#define DBGOUT(fmt,a...)

View File

@ -315,6 +315,7 @@ smiDrawEnable (ScreenPtr pScreen)
}
}
smiSetup (pScreen, 0);
KdMarkSync (pScreen);
LEAVE ();
}