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

Jesse Barnes jbarnes at kemper.freedesktop.org
Thu Nov 15 12:40:42 PST 2007


Tag 'xf86-video-intel-2.2.0' created by Jesse Barnes <jbarnes at hobbes.virtuousgeek.org> at 2007-11-15 20:39 -0800

Intel driver version 2.2.0

Changes since xf86-video-intel-2.1.99:
Jesse Barnes (17):
      Update man page to reflect EXA by default
      Remove unused 'palette_enable' variable
      Fixup warnings
      Add 'ret' variable to i830_allocator_init
      Fix typo in PLL enable check
      Improve backlight control
      Remove harmless error message
      Don't stop ring before restoring hw state
      Add FBC registers to register dump output
      Correct FBC debug message
      Fix kernel get_brightness function
      Add more FBC regs
      Disable FBC by default on 965GM
      Backlight fixes
      Add 1920x1080 mode to TV out
      Adjust default TV out paramaters
      Bump version to 2.2.0

Keith Packard (1):
      Review PLL spreadsheet and update register ranges.

Zhenyu Wang (5):
      Don't setup fb compression if fb is not tiling
      Remove one redundant line.
      Don't enable fbc with XAA or tiling is off.
      Move fb compression reg definition into i810_reg.h
      remove unnecessary i830_reg.h includes

---
 configure.ac               |    2 
 man/intel.man              |   10 
 src/i810_reg.h             |   33 ++
 src/i830.h                 |   60 +++++
 src/i830_accel.c           |   19 -
 src/i830_debug.c           |   11 
 src/i830_display.c         |   21 +
 src/i830_dri.c             |    5 
 src/i830_driver.c          |   87 ++++---
 src/i830_exa.c             |    1 
 src/i830_lvds.c            |  503 +++++++++++++++++++++++++++++++++++++++------
 src/i830_memory.c          |    7 
 src/i830_reg.h             |   31 --
 src/i830_tv.c              |    3 
 src/scripts/clock-graph.5c |    6 
 src/scripts/clock.5c       |    4 
 16 files changed, 632 insertions(+), 171 deletions(-)
---


More information about the xorg-commit mailing list