Tag 'xserver-xorg-video-intel-2_2.3.2-1' created by Brice Goglin <[EMAIL PROTECTED]> at 2008-06-18 05:28 +0000
Tagging upload of xserver-xorg-video-intel 2:2.3.2-1 to unstable. Changes since xserver-xorg-video-intel-2_2.3.1-1: Alan Coopersmith (1): Define DEFFILEMODE for OS'es that don't have it Brice Goglin (3): Merge tag 'xf86-video-intel-2.3.2' into debian-unstable New upstream release Prepare changelog for upload 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 --- ChangeLog | 242 ++++++++++++++++++++++++++++++++++++++++++ configure | 40 +++--- configure.ac | 4 debian/changelog | 10 + 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/Makefile.in | 17 -- 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 27 files changed, 505 insertions(+), 408 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]