xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.2.0+git20080107-1'
Tag 'xserver-xorg-video-intel-2_2.2.0+git20080107-1' created by David Nusinow <dnusinow@debian.org> at 2008-01-08 03:48 +0000
Tagging upload of xserver-xorg-video-intel-2_2.2.0+git20080107-1 to experimental.
Changes since xserver-xorg-video-intel-2_2.2.0-1:
Adam Jackson (1):
i830_sdvo_mode_valid: Fix return values to match what we actually check.
Alan Hourihane (1):
vendor is CARD8
Dave Airlie (1):
ivch: fails on address mismatch as I seem to get this on my 865 system
David Nusinow (4):
* Conflict with 915resolution. This driver now handles all of this itself
Merge branch 'upstream-experimental' into debian-experimental
* New upstream snapshot
Prepare changelog for upload
Eric Anholt (1):
Remove extra have_libpciaccess=no that broke tools build with old servers.
Jesse Barnes (9):
Use "LEGACY" backlight method if backlight control is such
Add BCM_ to backlight control method enums
Fix backlight setting save/restore
Describe output properties in more detail
CRT hotplug detection improvements
Add cscope files to .gitignore
Unconditionally restore pipe configuration
Fix compilation error when not using DRI
Don't modify low bit of BLC_PWM_CTL when using combo backlight control
Joakim (1):
Aopen Minipc 965GM LVDS quirk
Michel Dänzer (1):
Always set pPriv->buf to NULL after freeing the memory it pointed to.
Nanhai Zou (1):
TV: fix 576p refresh rate
Zhenyu Wang (4):
Replace ALLOCATE_LOCAL/DEALLOCATE_LOCAL with xalloc/xfree
exa: fix rendering issue on some 855GM laptops
Fix tv quirk for Dell Latitude X1
Change origin i965G_1 to chipset market name G35.
hulifox008 (1):
Fix copy'n'paste-o in unused airlied i2c code.
---
.gitignore | 1
aclocal.m4 | 2
configure | 1
configure.ac | 1
debian/changelog | 20 +++++++
debian/control | 2
man/intel.man | 80 ++++++++++++++++++++++++------
src/ch7xxx/ch7xxx.c | 4 -
src/common.h | 8 +--
src/i810_dri.c | 28 +++++-----
src/i810_driver.c | 8 +--
src/i830.h | 20 ++++---
src/i830_3d.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++++----
src/i830_crt.c | 42 ++++++++--------
src/i830_dri.c | 28 +++++-----
src/i830_driver.c | 105 ++++++++++++++++++++++++++++------------
src/i830_i2c.c | 2
src/i830_lvds.c | 60 ++++++++++++++---------
src/i830_quirks.c | 11 ++--
src/i830_sdvo.c | 4 -
src/i830_tv.c | 2
src/i830_video.c | 2
src/ivch/ivch.c | 1
23 files changed, 409 insertions(+), 158 deletions(-)
---
Reply to: