summaryrefslogtreecommitdiff
path: root/drv/fb
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-09-28 14:03:57 +0100
committerDave Airlie <airlied@redhat.com>2012-01-11 09:27:04 +0000
commit4644e9ee5ae65c8292419942756bd4b7e1af3a46 (patch)
treee43bc3ef92e361f2dbe303621770188eacc4c1c3 /drv/fb
parentf47c82fb9903d8f6086219eb8172a07597f3ee1e (diff)
drv: setup pointer to screen pixmap bits
Diffstat (limited to 'drv/fb')
-rw-r--r--drv/fb/fbscreen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drv/fb/fbscreen.c b/drv/fb/fbscreen.c
index 8abcf3181..4daa0f5df 100644
--- a/drv/fb/fbscreen.c
+++ b/drv/fb/fbscreen.c
@@ -187,6 +187,7 @@ drvfbFinishScreenInit(DrvScreenPtr pScreen,
#endif
rootdepth = 0;
+ pScreen->pbits = pbits;
/* overwrite miCloseScreen with our own */
pScreen->CloseScreen = fbCloseScreen;