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

Carl Worth cworth at kemper.freedesktop.org
Fri Apr 10 14:14:27 PDT 2009


Tag '2.6.99.903' created by Carl Worth <cworth at cworth.org> at 2009-04-10 22:13 -0700

Intel 2.6.99.903 release

Changes since xf86-video-intel-2.6.99.902:
Albert Damen (1):
      Non-GEM allocations incorrectly force TILE_NONE (bug 20797)

Carl Worth (5):
      Use WAIT_FOR_SCAN_LINE instead of WAIT_FOR_VBLANK
      Remove support for 'auto'(-1) value of XV_SYNC_TO_VBLANK
      Fix new video sync-to-blank code for multi-head
      Don't clip video to CRTC in the case of textured video
      Increment version to 2.6.99.903 for release

Dan Nicholson (1):
      Fix dist of xvmc sources

Eric Anholt (1):
      Fix XV with non-GEM kernels by allocating a larger fake bufmgr.

Hugo Jacques (1):
      SDVO: add composite TV out support

Jesse Barnes (10):
      Use UXA when KMS is active
      Create known output configuration at EnterVT time
      Re-enable disabled outputs after rotation
      Don't install fences if the kernel is managing them
      Don't manage fences part two
      Tiling fixes, third set
      Require libdrm 2.4.6 for GTT unmap support
      Match GTT unmap with map in KMS rotation case
      Fix offset in begin_gtt_access case
      Don't enable kernel execbuf fencing w/EXA

Kalev Lember (2):
      Fix Xv crash with overlay video.
      Fix VT switch with XV overlay video enabled.

Keith Packard (1):
      Use CopyArea to load glyphs from per-glyph pixmap to cache pixmap

Kristian Høgsberg (1):
      Drop Legacy3D option, only use fixed texture space with non-gem.

Ma Ling (3):
      Set SSC frequency for 8xx chips correctly
      Define documented PLL timing limits for G4X platform
      Use best PLL timing values for G4X platform

Ma, Ling (1):
      disable center mode for 965GM and G4X platform

Rémi Cardona (1):
      clean up man page generation and remove all traces of the i810 driver

Shuang He (1):
      Fix value for MI_WAIT_FOR_PIPEA_SCAN_LINE_WINDOW

Zhenyu Wang (9):
      SDVO: fix pixel multiplier setting for TV
      SDVO: reset privates before output setup
      Revert "SDVO: Switch control bus only before DDC access"
      TV: force TV as connected with TV_Connector option
      TV: fix contrast and saturation for 945G
      Disable LVDS config parsing from VBT for now
      Disable LVDS detect methods
      SDVO: fix output flag dumping for unknown type
      quirk LVDS on ibase MB890 855GM board

---
 configure.ac          |    4 
 man/Makefile.am       |   20 -
 man/intel.man         |   20 -
 src/Makefile.am       |    6 
 src/drmmode_display.c |   15 +
 src/i810.h            |    1 
 src/i810_driver.c     |   19 -
 src/i810_reg.h        |   19 +
 src/i830_bios.c       |    8 
 src/i830_display.c    |  508 +++++++++++++++++++++++++++++++++++++++-----------
 src/i830_display.h    |    2 
 src/i830_driver.c     |   68 ++++--
 src/i830_exa.c        |   45 ++--
 src/i830_lvds.c       |    7 
 src/i830_memory.c     |   32 +--
 src/i830_quirks.c     |   14 +
 src/i830_sdvo.c       |   29 ++
 src/i830_tv.c         |   15 -
 src/i830_video.c      |   76 +++----
 src/xvmc/Makefile.am  |    2 
 uxa/uxa-glyphs.c      |   36 ---
 21 files changed, 631 insertions(+), 315 deletions(-)
---


More information about the xorg-commit mailing list