[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-intel: Changes to 'refs/tags/xf86-video-intel-2.2.0.90'



Tag 'xf86-video-intel-2.2.0.90' created by Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> at 2008-02-06 01:41 +0000

Intel 2.2.1 pre-release

Changes since xf86-video-intel-2.2.0:
Adam Jackson (1):
      i830_sdvo_mode_valid: Fix return values to match what we actually check.

Alan Hourihane (1):
      vendor is CARD8

Andreas Stawinoga (1):
      Samsung Q45 has no TV output

Dave Airlie (1):
      ivch: fails on address mismatch as I seem to get this on my 865 system

Eric Anholt (1):
      Remove extra have_libpciaccess=no that broke tools build with old servers.

Erik Andren (1):
      Clevo M720R has no TV-out

Hong Liu (4):
      Bug 10773: fix i8xx pll p2 value in i830_crtc_clock_get()
      Bug 10584: Mac Mini EDID data assigned to TMDS output
      Allow non-strict free order for bo_list
      Fix PLL reference clk debug dump

Jesse Barnes (24):
      Fix typo in 1920x1080 resolution entry
      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
      Add pipe A force enable quirk
      Add pipe A force enable quirk
      Don't modify low bit of BLC_PWM_CTL when using combo backlight control
      Fix compilation error when not using DRI
      Remove unnecessary quirk code in CRT probing
      Remove unnecessary quirk code in CRT probing
      Turn on backlight when LVDS panel is powered up
      Merge branch 'master' into xf86-video-intel-2.2-branch
      Program FBC fence offset register
      Only enable FBC if one pipe is active
      Fix typo in merge
      Fix build warnings on 64 bit
      Bump version to 2.2.1.90 for 2.2.1 pre-release
      Fix version bump, should have been 2.2.0.90

Joakim (1):
      Aopen Minipc 965GM LVDS quirk

Julien Cristau (2):
      Bug 14032: i810, set default depth to 16
      Don't build reg_dumper if we don't have pciaccess 0.10.0

Mark Kettenis (1):
      Bug #14246: Fix biuld on OpenBSD.

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

Paulo Cesar Pereira de Andrade (1):
      Make sure symbols used by other modules are public.

Zhenyu Wang (18):
      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.
      Add new integrated graphics chipset ids
      GTT access change for new integrated graphics device
      Update PIPELINE_SELECT instruction and surface state format for new chipset
      Disable frame buffer compression on new chipset now.
      Add missing i830M and 845G pci ids info
      Merge branch 'master' into xf86-video-intel-2.2-branch
      Fix i830 block handler wrap
      Clear shadow memory after allocation
      Merge branch 'master' into xf86-video-intel-2.2-branch
      Set vtSema before EnterVT
      Merge branch 'master' into xf86-video-intel-2.2-branch
      Merge branch 'master' into xf86-video-intel-2.2-branch
      Don't crash if SW cursor
      Fix last commit on i8xx debug p2 value

hulifox008 (1):
      Fix copy'n'paste-o in unused airlied i2c code.

liuhong (1):
      xf86-video-intel: fix ivch using wrong dvo register

---
 .gitignore          |    1 
 configure.ac        |    7 +-
 man/intel.man       |   87 +++++++++++++++++++++-----
 src/brw_structs.h   |   12 ++-
 src/ch7017/ch7017.c |    2 
 src/ch7xxx/ch7xxx.c |    6 -
 src/common.h        |   26 ++++++-
 src/i810_dri.c      |   28 ++++----
 src/i810_driver.c   |   14 ++--
 src/i810_reg.h      |    5 +
 src/i830.h          |   22 +++---
 src/i830_3d.c       |  135 ++++++++++++++++++++++++++++++++++++++--
 src/i830_crt.c      |   41 ++++++------
 src/i830_debug.c    |   84 +++++++++++++++----------
 src/i830_display.c  |  102 +++++++++++++++++++-----------
 src/i830_dri.c      |   28 ++++----
 src/i830_driver.c   |  172 +++++++++++++++++++++++++++++++++++++---------------
 src/i830_dvo.c      |    2 
 src/i830_i2c.c      |    2 
 src/i830_lvds.c     |   79 ++++++++++++++++-------
 src/i830_memory.c   |   25 ++++---
 src/i830_quirks.c   |   25 ++++++-
 src/i830_sdvo.c     |   22 ++++--
 src/i830_tv.c       |    4 -
 src/i830_video.c    |   14 ++--
 src/i965_render.c   |    6 +
 src/i965_video.c    |    5 +
 src/ivch/ivch.c     |    3 
 src/sil164/sil164.c |    2 
 src/tfp410/tfp410.c |    2 
 30 files changed, 682 insertions(+), 281 deletions(-)
---


Reply to: