diff options
author | Keith Packard <keithp@keithp.com> | 2010-12-05 20:49:19 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-12-06 20:08:54 -0800 |
commit | 96b4d4787bf82edd9d06eb9a6e94bc45412c7df2 (patch) | |
tree | a2a71c1a34f8463dfe492073ea7aef071cc23bf3 | |
parent | afb6ebf1d5829346c40fe1053c9f50afe926e6c6 (diff) |
DIX is responsible for ref counting scanout pixmaps.
Remove some extra ref counting inside hw/xfree86/modes
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r-- | hw/xfree86/modes/xf86Crtc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c index 5bf12f01a..08d384f66 100644 --- a/hw/xfree86/modes/xf86Crtc.c +++ b/hw/xfree86/modes/xf86Crtc.c @@ -414,10 +414,6 @@ done: crtc->active = TRUE; if (scrn->pScreen) xf86CrtcSetScreenSubpixelOrder (scrn->pScreen); - if (crtc->scanoutPixmap) - ++crtc->scanoutPixmap->refcnt; - if (saved_scanout_pixmap) - (*scrn->pScreen->DestroyPixmap)(saved_scanout_pixmap); if (scrn->ModeSet) scrn->ModeSet(scrn); } else { |