View | Details | Raw Unified | Return to bug 114144
Collapse All | Expand All

(-)i810.orig/i830_driver.c (-1 / +1 lines)
Lines 4869-4875 Link Here
4869
	   x, pI830->xoffset, y, pI830->yoffset);
4869
	   x, pI830->xoffset, y, pI830->yoffset);
4870
4870
4871
   /* Sync the engine before adjust frame */
4871
   /* Sync the engine before adjust frame */
4872
   if (!pI830->noAccel)
4872
   if (!pI830->noAccel && pI830->AccelInfoRec)
4873
      (*pI830->AccelInfoRec->Sync)(pScrn);
4873
      (*pI830->AccelInfoRec->Sync)(pScrn);
4874
4874
4875
   /* The i830M just happens to have some problems programming offsets via
4875
   /* The i830M just happens to have some problems programming offsets via

Return to bug 114144