Remove a piece of fbOffset cruft from non-DRM support.

This commit is contained in:
Eric Anholt 2010-03-04 10:28:09 -08:00
parent e8e6152892
commit 15026d64d3
1 changed files with 0 additions and 6 deletions

View File

@ -1200,12 +1200,6 @@ I830ScreenInit(int scrnIndex, ScreenPtr screen, int argc, char **argv)
if (scrn->virtualX > scrn->displayWidth)
scrn->displayWidth = scrn->virtualX;
/* If the front buffer is not a BO, we need to
* set the initial framebuffer pixmap to point at
* it
*/
scrn->fbOffset = intel->front_buffer->offset;
DPRINTF(PFX, "assert( if(!fbScreenInit(screen, ...) )\n");
if (!fbScreenInit(screen, NULL,
scrn->virtualX, scrn->virtualY,