From 15026d64d3c0d8ad96e0a73fcae3103d1c41fd46 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 4 Mar 2010 10:28:09 -0800 Subject: [PATCH] Remove a piece of fbOffset cruft from non-DRM support. --- src/i830_driver.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/i830_driver.c b/src/i830_driver.c index 046adce2..284ad711 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -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,