rpms/xorg-x11-drv-radeonhd/F-8 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch, 1.2, 1.3 xorg-x11-drv-radeonhd-README.fedora, 1.10, 1.11 xorg-x11-drv-radeonhd.spec, 1.12, 1.13

Hans Ulrich Niedermann (ndim) fedora-extras-commits at redhat.com
Sun Feb 3 14:01:20 UTC 2008


Author: ndim

Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5306

Modified Files:
	.cvsignore sources 
	xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch 
	xorg-x11-drv-radeonhd-README.fedora xorg-x11-drv-radeonhd.spec 
Log Message:
* Sun Feb 03 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.1.0-0.5.20080203git
- New snapshot (upstream commit caa10014d115a49a59b4a2aef6ce36a4e615556a):
  - Basic EXA/XAA for R5xx
  - Add PowerColor X1550, PCP X1600 400M/500E, R680 (HD3870 X2)
  - 7cab021c: Improve FB handling
  - e0cfbcd5: Add AccelMethod Option and related handling
  - 5829bff7: TMDSA: Add control value for 71C4
  - 7cb27bca: Add RHD_CARD_FLAG_HPDOFF flag, improve quirk entries for T60p
  - 32d1b4d9: If no EDID is available, assume 96dpi on the first (preferred) mode
  - ad50eaa0: Correct order of mask and value in ROM access code
  - 0f066c20: Implemented PLL functions for CAIL, fixed MC
  - 361ba486: Change heuristics to check for an unPOSTed card
  - 72e7b062: Fix some issues when reading PCI ROM on POSTed systems
  - a412d582: Read PCI BIOS on secondary R5xx cards



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	3 Jan 2008 18:41:09 -0000	1.13
+++ .cvsignore	3 Feb 2008 14:00:35 -0000	1.14
@@ -1 +1 @@
-xf86-video-radeonhd-1.1.0-20080103git.tar.bz2
+xf86-video-radeonhd-1.1.0-20080203git.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	3 Jan 2008 18:41:09 -0000	1.13
+++ sources	3 Feb 2008 14:00:35 -0000	1.14
@@ -1 +1 @@
-b71c114d65bfde01947cc51bb9e18118  xf86-video-radeonhd-1.1.0-20080103git.tar.bz2
+496db3a4b788d10e74421ccc2e64fc26  xf86-video-radeonhd-1.1.0-20080203git.tar.bz2

xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch:

Index: xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch	30 Nov 2007 02:39:30 -0000	1.2
+++ xorg-x11-drv-radeonhd-Fix-location-of-rhd_conntest-in-msgs.patch	3 Feb 2008 14:00:35 -0000	1.3
@@ -1,8 +1,8 @@
 diff --git a/src/rhd_id.c b/src/rhd_id.c
-index 4790b41..6d2bff9 100644
+index ed20aed..0995d65 100644
 --- a/src/rhd_id.c
 +++ b/src/rhd_id.c
-@@ -636,7 +636,7 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
+@@ -667,7 +667,7 @@ RHDCardIdentify(ScrnInfoPtr pScrn)
  	    "Your card might not work or might not work optimally.\n\t"
  	    "To rectify this, please contact radeonhd at opensuse.org.\n\t"
  	    "Include your X log, the full name of the device\n\t"
@@ -12,7 +12,7 @@
      return NULL;
  }
 diff --git a/utils/conntest/README b/utils/conntest/README
-index 6b73bb0..614956e 100644
+index 3b42a8f..82ce500 100644
 --- a/utils/conntest/README
 +++ b/utils/conntest/README
 @@ -5,18 +5,11 @@
@@ -30,13 +30,13 @@
  ------
  
  As root run:
--./rhd_conntest <pci tag> [-s]
-+  rhd_conntest <pci tag> [-s]
+-./rhd_conntest <pci tag> [-d] [-s] [-x num]
++  rhd_conntest <pci tag> [-d] [-s] [-x num]
  
  <pci tag> is in the form <bus>:<device>.<function>, the most common position
  is 1:0.0. lspci happily provides you with this information.
-@@ -24,7 +17,7 @@ The optional option -s will scan the known I2C for additional slaves (besides
- the DDC slave on 0xA0). Depending on your hardware this may take long.
+@@ -28,7 +21,7 @@ The optional argument -x <num> will dump <num> bytes of data from the
+ available DDC slaves. <num> must not be higher than 256.
  
  To dump the content of the VBIOS run:
 -./rhd_conntest <pci tag> -d


Index: xorg-x11-drv-radeonhd-README.fedora
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/xorg-x11-drv-radeonhd-README.fedora,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xorg-x11-drv-radeonhd-README.fedora	3 Jan 2008 18:41:09 -0000	1.10
+++ xorg-x11-drv-radeonhd-README.fedora	3 Feb 2008 14:00:35 -0000	1.11
@@ -11,7 +11,7 @@
 we are packaging development snapshots of upstream's git repository
 here.
 
-Latest upstream commit: 4e488a349c862da2e27f6025d376fb2b63db3bf9
+Latest upstream commit: 256b6816a191b230d60065b6d27c60e30959099b
 
 
 Contents


Index: xorg-x11-drv-radeonhd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-8/xorg-x11-drv-radeonhd.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xorg-x11-drv-radeonhd.spec	3 Jan 2008 18:41:09 -0000	1.12
+++ xorg-x11-drv-radeonhd.spec	3 Feb 2008 14:00:35 -0000	1.13
@@ -20,8 +20,8 @@
 %endif
 
 %if 0%{snapshot}
-%define date 20080103
-%define git_commit 4e488a349c862da2e27f6025d376fb2b63db3bf9
+%define date 20080203
+%define git_commit caa10014d115a49a59b4a2aef6ce36a4e615556a
 %define alphatag .%{date}git
 %define tarball %{tarname}-%{version}-%{date}git
 %else
@@ -31,7 +31,7 @@
 Summary:       Xorg X11 radeonhd driver for AMD GPG r5xx/r6xx Chipsets
 Name:          xorg-x11-drv-radeonhd
 Version:       1.1.0
-Release:       0.3%{?alphatag}%{?dist}
+Release:       0.5%{?alphatag}%{?dist}
 
 License:       MIT
 Group:         User Interface/X Hardware Support
@@ -140,6 +140,21 @@
 %endif
 
 %changelog
+* Sun Feb 03 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.1.0-0.5.20080203git
+- New snapshot (upstream commit caa10014d115a49a59b4a2aef6ce36a4e615556a):
+  - Basic EXA/XAA for R5xx
+  - Add PowerColor X1550, PCP X1600 400M/500E, R680 (HD3870 X2)
+  - 7cab021c: Improve FB handling
+  - e0cfbcd5: Add AccelMethod Option and related handling
+  - 5829bff7: TMDSA: Add control value for 71C4
+  - 7cb27bca: Add RHD_CARD_FLAG_HPDOFF flag, improve quirk entries for T60p
+  - 32d1b4d9: If no EDID is available, assume 96dpi on the first (preferred) mode
+  - ad50eaa0: Correct order of mask and value in ROM access code
+  - 0f066c20: Implemented PLL functions for CAIL, fixed MC
+  - 361ba486: Change heuristics to check for an unPOSTed card
+  - 72e7b062: Fix some issues when reading PCI ROM on POSTed systems
+  - a412d582: Read PCI BIOS on secondary R5xx cards
+
 * Thu Jan 03 2008 Hans Ulrich Niedermann <hun at n-dimensional.de> - 1.1.0-0.3.20080103git
 - New snapshot (upstream commit 4e488a349c862da2e27f6025d376fb2b63db3bf9):
   - Enable FB location fix for r5xx.




More information about the fedora-extras-commits mailing list