summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-07-07 14:13:57 -0700
committerKeith Packard <keithp@keithp.com>2009-07-07 14:22:50 -0700
commita66357832388ba9db21a4b3bf8311d9d1f1ab308 (patch)
treee9712a863dcf771c045db13c0f2feaa3ac188aee /configure.ac
parentc889b34e432198d5410a068eff3089ff5314ac27 (diff)
non-DRI FB resize failed to assign the screen pixmap devPrivate.ptr (22328)
When not using DRI, the screen pixmap is not in a bo, and so the usual enable/disable access functions don't adjust the pixmap devPrivate field, leaving it to the frame buffer allocation code to assign this correctly. During mode setting and fb resizing, FB access is disabled, and the screen pixmap devPrivate is stashed away by xf86EnableDisableFBAccess, to be restored when FB access is turned back on. This means that we have to set the pixmap devPrivate.ptr (in case xf86EnableDisableFBAccess doesn't do this), along with storing the address in the scrn->pixmapPrivate field. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions