diff options
author | Ma Ling <ling.ma@intel.com> | 2009-02-06 09:14:15 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2009-02-06 09:14:15 +0800 |
commit | 3aa8591abfbe8db0f13912910c850fdd748808df (patch) | |
tree | 26fa5b1283adf5cbd8e35175befc5aa76ad26cb0 | |
parent | 9fe5fca3fe761a4f11857d9766138a60f471a9e6 (diff) |
Don't disable vga centering bit.
commit id b9f5915ce812144ffd9d2aa42e8ba856129c35e,
which resolved bug #17235, but generate new regression-bug #19715.
This patch intends to resolve bug #17235, and avoid regression as well.
We have successfully re-tested it for bug #17235 and #19715 respectively.
-rw-r--r-- | src/i830_display.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/i830_display.c b/src/i830_display.c index 7a8e96da..8ecb5e57 100644 --- a/src/i830_display.c +++ b/src/i830_display.c @@ -808,10 +808,6 @@ i830_disable_vga_plane (xf86CrtcPtr crtc) vgacntrl |= VGA_DISP_DISABLE; - /* disable center mode */ - if (IS_I9XX(pI830)) - vgacntrl &= ~(3 << 24); - OUTREG(VGACNTRL, vgacntrl); i830WaitForVblank(pScrn); |