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

Jesse Barnes jbarnes at kemper.freedesktop.org
Thu Nov 13 12:38:49 PST 2008


Tag 'xf86-video-intel-2.5.1' created by Jesse Barnes <jbarnes at virtuousgeek.org> at 2008-11-13 20:37 -0800

Intel 2.5.1 release

Changes since xf86-video-intel-2.5.0:
Adam Jackson (1):
      Quirk: No LVDS on Dell Studio Hybrid

Carl Worth (1):
      Ignore intel_gtt binary

Dave Airlie (1):
      Default kernel mode setting to off, add configure flag to enable

Jesse Barnes (4):
      Don't modify render standby if kernel mode setting is active
      Make I830FALLBACK debugging a runtime instead of compile-time option.
      Update version to 2.5.1 in preparation for release
      Make sure DRM library paths are included

Keith Packard (1):
      Use long crt hotplug activation time on GM45.

Maxim Levitsky (1):
      Add an option to make the overlay be the first XV adaptor.

Zhenyu Wang (12):
      Make IS_GM45 into IS_G4X define
      SDVO: fix wrong order of sdvo version's major/minor
      SDVO: add HDMI audio encrypt change bit for GetInterruptEventSource command
      SDVO: fix sdvo tv format and sdtv resolution request/reply definition
      SDVO: add GetScaledHDTVResolutionSupport command
      SDVO: add command for set monitor power state
      SDVO: fix more command definition errors
      TV: white space cleanup
      TV: fix default contrast and saturation modifier
      TV: save serveral TV_CTL register fields in mode set
      TV: fix timing parameters for PAL, 480p, 1080i
      quirk LVDS on Asus Eee box

---
 configure.ac              |   23 +++--
 man/intel.man             |   15 +++
 src/Makefile.am           |    4 -
 src/common.h              |   14 +--
 src/i810_reg.h            |   17 ++++
 src/i830.h                |   12 +++
 src/i830_crt.c            |   58 +++++++++-----
 src/i830_display.c        |    2 
 src/i830_driver.c         |   18 +++-
 src/i830_exa.c            |   17 ----
 src/i830_hdmi.c           |    4 -
 src/i830_quirks.c         |    5 +
 src/i830_render.c         |   21 +----
 src/i830_sdvo.c           |    5 +
 src/i830_sdvo_regs.h      |  137 ++++++++++++++++++++++++++++++++--
 src/i830_tv.c             |  182 +++++++++++++++++++++++-----------------------
 src/i830_video.c          |   12 ++-
 src/i915_render.c         |   21 +----
 src/i965_render.c         |   23 +----
 src/i965_video.c          |    2 
 src/reg_dumper/.gitignore |    1 
 src/reg_dumper/gtt.c      |    2 
 22 files changed, 375 insertions(+), 220 deletions(-)
---


More information about the xorg-commit mailing list