summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-04 10:29:09 -0800
committerEric Anholt <eric@anholt.net>2010-03-04 11:25:14 -0800
commit7b7c724da97f358f5d2d4d4dae75cfc85bde2c62 (patch)
treeaf90bcd7a5fa8a26a82ca095536b0a114935841d /src/drmmode_display.c
parent15026d64d3c0d8ad96e0a73fcae3103d1c41fd46 (diff)
Remove remaining fbOffset setting.
In the long long ago, fbOffset was used for DGA. The server now has only one reference to fbOffset, a leftover setting of it in fbdevhw. We can safely ignore it now, which is good since we weren't updating it in other places where the front buffer offset could change.
Diffstat (limited to 'src/drmmode_display.c')
-rw-r--r--src/drmmode_display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drmmode_display.c b/src/drmmode_display.c
index 9cdb7e8b..b1531bd3 100644
--- a/src/drmmode_display.c
+++ b/src/drmmode_display.c
@@ -1368,7 +1368,6 @@ drmmode_do_pageflip(ScreenPtr screen, dri_bo *new_front, dri_bo *old_front,
dri_bo_pin(new_front, 0);
dri_bo_unpin(new_front);
- scrn->fbOffset = new_front->offset;
intel->front_buffer = new_front;
drmmode->old_fb_id = old_fb_id;