xf86-video-intel: Changes to 'refs/tags/xf86-video-intel-2.3.2'

Zhenyu Wang zhen at kemper.freedesktop.org
Tue Jun 17 20:16:44 PDT 2008


Tag 'xf86-video-intel-2.3.2' created by Zhenyu Wang <zhenyu.z.wang at intel.com> at 2008-06-18 04:01 -0700

xf86-video-intel-2.3.2

Changes since xf86-video-intel-2.3.1:
Alan Coopersmith (1):
      Define DEFFILEMODE for OS'es that don't have it

Bryce Harrington (1):
      Two more Dell quirks

Eric Anholt (10):
      Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.
      Just remove the mprotect kludge.
      Replace a couple of wait-for-ring-idles with a single function to do so.
      Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().
      Remove gratuitous wait_ring_idle after I830Sync.  Syncing implies that.
      Move BIOS scratch register setup to EnterVT instead of PreInit.
      Initialize clock gating from EnterVT and save/restore it appropriately.
      Remove SVG_WORK_CONTROL init.
      Move debug clock printout from ErrorF to X_INFO.
      Set up/restore PWRCTXA from enter/leavevt not server start/exit.

Hong Liu (1):
      Set SDVO sync polarity to default on 965

Jesse Barnes (3):
      Panel fitting:  fix letterbox modes
      Fixup power saving registers
      Fix TV programming:  add vblank wait after TV_CTL writes

Keith Packard (2):
      Skip copying on FOURCC_XVMC surfaces
      Only use FOURCC_XVMC when INTEL_XVMC is defined

Lukas Hejtmanek (1):
      Fix maximum backlight issue

Robert Lowery (1):
      Fix TV out connection type detection

Rémi Cardona (1):
      Add glproto to DRI dependencies

Shuang He (1):
      Fix typo in xvmc block destroy

Zhenyu Wang (6):
      Revert "Add FIFO watermark regs to register dumper"
      xvmc: remove unused dri drawable
      xvmc: a little cleanup
      Fix compiler warning when disable xvmc config
      Fix compiling with server master in LVDS backlight patch
      Bump version 2.3.2

---
 configure.ac                  |    4 
 src/bios_reader/bios_dumper.c |    4 
 src/i810_reg.h                |    8 +
 src/i830.h                    |   22 ++++-
 src/i830_accel.c              |    2 
 src/i830_debug.c              |    4 
 src/i830_display.c            |   18 ++--
 src/i830_driver.c             |  143 +++++++++++++++++++---------------
 src/i830_lvds.c               |   32 ++++++-
 src/i830_memory.c             |   20 ++++
 src/i830_quirks.c             |    4 
 src/i830_ring.h               |   17 ----
 src/i830_sdvo.c               |    4 
 src/i830_tv.c                 |    4 
 src/i830_video.c              |   20 ++++
 src/i915_hwmc.c               |   36 ++++++--
 src/i915_hwmc.h               |    2 
 src/xvmc/Makefile.am          |    5 -
 src/xvmc/driDrawable.c        |  174 ------------------------------------------
 src/xvmc/driDrawable.h        |   64 ---------------
 src/xvmc/i915_xvmc.c          |   14 ---
 src/xvmc/intel_xvmc.c         |    2 
 src/xvmc/intel_xvmc.h         |    1 
 23 files changed, 230 insertions(+), 374 deletions(-)
---


More information about the xorg-commit mailing list