CVS Update: xc (branch: trunk)

Ian Romanick xorg-commit at cvs.freedesktop.org
Tue Jul 26 02:14:50 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	idr at gabe.freedesktop.org	05/07/25 16:14:50

Log message:
  PInS data on later cards (G200 and later) contains information about the
  physical bus used for the card.  This allows accurate detection of PCI
  cards that use a PCI-to-PCI bridge with an AGP chip.
  
  Correctly disable DRI on PCI cards used with pre-3.2 DRM. Previously the
  test was performed based on PCI ID (see above for why this is wrong) and
  was done *before* the DRM version was known.
  
  Bug #3759: <https://bugs.freedesktop.org/show_bug.cgi?id=3759>
  Correctly determine the PLL reference frequency from the PInS data.
  Previously the wrong bit was tested.  Blame the dumb programmer that used
  cut-and-paste (that would be me).

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/drivers/mga/:
        mga.h mga_bios.c mga_dacG.c mga_dri.c 
  
  Revision      Changes    Path
  1.1147        +27 -0     xc/ChangeLog
  1.8           +25 -0     xc/programs/Xserver/hw/xfree86/drivers/mga/mga.h
  1.3           +41 -2     xc/programs/Xserver/hw/xfree86/drivers/mga/mga_bios.c
  1.8           +3 -2      xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dacG.c
  1.10          +23 -14    xc/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c




More information about the xorg-commit mailing list