f7116e8
%define tarball xf86-video-ati
mharris 9433902
%define moduledir %(pkg-config xorg-server --variable=moduledir )
mharris c8555fd
%define driverdir	%{moduledir}/drivers
e362c4e
%define gitdate 20091006
e362c4e
%define gitversion 457646d73
mharris 9433902
mharris 9433902
Summary:   Xorg X11 ati video driver
mharris 9433902
Name:      xorg-x11-drv-ati
615a8d8
Version:   6.13.0
d6fc07a
Release:   0.8.%{gitdate}git%{gitversion}%{?dist}
mharris 9433902
URL:       http://www.x.org
0352f8f
License:   MIT
mharris cc01fd4
Group:     User Interface/X Hardware Support
mharris cc01fd4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
mharris cc01fd4
1fab175
#Source0:    http://www.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
1fab175
Source0: %{tarball}-%{gitdate}.tar.xz
9495e5b
# unlike the other drivers, radeon.xinf is generated
9495e5b
Source1:    mkxinf
mharris 9433902
d6fc07a
Patch1:	    radeon-git.patch
4dd4716
Patch6:     radeon-6.9.0-bgnr-enable.patch
9495e5b
Patch10:    radeon-6.12.2-lvds-default-modes.patch
9495e5b
Patch13:    fix-default-modes.patch
b74503c
Patch14:    r600-enable-mixed.patch
9cf3814
7fb2452
ExcludeArch: s390 s390x
mharris 9433902
9495e5b
BuildRequires: python
a53d09a
BuildRequires: xorg-x11-server-sdk >= 1.4.99.1
mharris 5387e81
BuildRequires: mesa-libGL-devel >= 6.4-4
67a8c0a
BuildRequires: libdrm-devel >= 2.4.0-0.21
3e87fe5
BuildRequires: kernel-headers >= 2.6.27-0.308
dcdedde
BuildRequires: automake autoconf libtool pkgconfig
dcdedde
BuildRequires: xorg-x11-util-macros >= 1.1.5
mharris 9433902
0352f8f
Requires:  hwdata
a53d09a
Requires:  xorg-x11-server-Xorg >= 1.4.99.1
67a8c0a
Requires:  libdrm >= 2.4.0-0.21
6217f8e
# new CS method needs newer kernel
9495e5b
Requires:  kernel >= 2.6.29.1-111.fc11
9495e5b
Obsoletes: xorg-x11-drv-avivo <= 0.0.2
mharris a87a1b0
mharris 9433902
%description 
mharris 9433902
X.Org X11 ati video driver.
mharris 9433902
mharris 9433902
%prep
1fab175
%setup -q -n %{tarball}-%{gitdate}
d6fc07a
%patch1 -p1 -b .git
4dd4716
%patch6 -p1 -b .bgnr
9495e5b
%patch10 -p1 -b .lvds
9495e5b
%patch13 -p1 -b .def
e362c4e
%patch14 -p1 -b .mix
7b2583d
mharris 9433902
%build
a122bf6
autoreconf -iv
mharris 9433902
%configure --disable-static
mharris 62b282a
make %{?_smp_mflags}
mharris 9433902
mharris 9433902
%install
mharris 9433902
rm -rf $RPM_BUILD_ROOT
mharris a87a1b0
mharris 9433902
make install DESTDIR=$RPM_BUILD_ROOT
mharris 9433902
9495e5b
%{SOURCE1} src/pcidb/ati_pciids.csv > radeon.xinf
9495e5b
mharris a87a1b0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases
9495e5b
install -m 0644 radeon.xinf $RPM_BUILD_ROOT%{_datadir}/hwdata/videoaliases/
mharris a87a1b0
mharris a87a1b0
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
mharris 9433902
mharris 9433902
%clean
mharris 9433902
rm -rf $RPM_BUILD_ROOT
mharris 9433902
mharris 9433902
%files
mharris 9433902
%defattr(-,root,root,-)
mharris 62b282a
%{driverdir}/ati_drv.so
mharris 62b282a
%{driverdir}/radeon_drv.so
mharris 0744e5a
%{_datadir}/hwdata/videoaliases/radeon.xinf
ef56a4f
%{moduledir}/multimedia/theatre200_drv.so
ef56a4f
%{moduledir}/multimedia/theatre_detect_drv.so
ef56a4f
%{moduledir}/multimedia/theatre_drv.so
bd2c902
%{_mandir}/man4/ati.4*
mharris a87a1b0
%{_mandir}/man4/radeon.4*
mharris 9433902
mharris 9433902
%changelog
d6fc07a
* Wed Oct 07 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.8.20091006git457646d73
d6fc07a
- fix rotate (#527000)
d6fc07a
e362c4e
* Tue Oct 06 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.7.20091006git457646d73
e362c4e
- resnapshot with VT switch fixes and mixed issue was in server which is fixed
e362c4e
d25e205
* Wed Sep 30 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.6.20090929git7968e1fb8
d25e205
- mixed appears to break r600 for some reason need to investigate disable for
d25e205
  beta
d25e205
600507a
* Tue Sep 29 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.5.20090929git7968e1fb8
600507a
- rebase to latest upstream for vline fixes and zaphod fixes
600507a
b74503c
* Thu Sep 10 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.4.20090908git651fe5a47
b74503c
- fix EXA server crasher + use mixed pixmaps for speed ups
b74503c
8b6fc73
* Tue Sep 08 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.3.20090908git651fe5a47
8b6fc73
- New snapshot with r600 kms support
8b6fc73
54e6ec8
* Fri Aug 21 2009 Adam Jackson <ajax@redhat.com> 6.13.0-0.2.20090821gitb1b77a4d6
54e6ec8
- radeon-6.13-dri2-init.patch: Fix DRI2 init.
54e6ec8
615a8d8
* Fri Aug 21 2009 Dave Airlie <airlied@redhat.com> 6.13.0-0.1.20090821gitb1b77a4d6
615a8d8
- change versioning to git snapshot for now
615a8d8
1fab175
* Fri Aug 21 2009 Dave Airlie <airlied@redhat.com> 6.12.2-22
1fab175
- change to a git snapshot
1fab175
ed135bd
* Tue Aug 04 2009 Dave Airlie <airlied@redhat.com> 6.12.2-21
ed135bd
- ati: rebase to git master - need to fixup a few patches later
ed135bd
f604c9e
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.12.2-20.1
f604c9e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f604c9e
9cc12ab
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> - 6.12.2-19.1
9cc12ab
- ABI bump
9cc12ab
9de05bd
* Thu Jun 25 2009 Dave Airlie <airlied@redhat.com> 6.12.2-19
9de05bd
- fix kms compat
9de05bd
9495e5b
* Mon Jun 22 2009 Dave Airlie <airlied@redhat.com> 6.12.2-18
9495e5b
- rebuild against xorg F12 master
9495e5b
9495e5b
* Fri Jun 19 2009 Adam Jackson <ajax@redhat.com> 6.12.2-17
9495e5b
- Obsoletes: xorg-x11-drv-avivo
9495e5b
9495e5b
* Tue Jun 09 2009 Dave Airlie <airlied@redhat.com> 6.12.2-16
9495e5b
- add KMS compat patches + dri2 fixes for running on glisse kernel
9495e5b
9495e5b
* Thu May 21 2009 Adam Jackson <ajax@redhat.com> 6.12.2-15
9495e5b
- Update to tip of 6.12 branch, 74cb2aba79049b792c22abf25ade3693b802b260
9495e5b
- Drop stuff from radeon-modeset-fixes.patch to match
9495e5b
- Generate radeon.xinf automatically from the CSV
9495e5b
- radeon-6.12.2-hax.patch: Fix cursor setup and initial framebuffer clear
9495e5b
  in KMS.
9495e5b
9495e5b
* Thu May 14 2009 Kyle McMartin <kyle@redhat.com> 6.12.2-14
9495e5b
- radeon-modeset-still-more-fixes.patch: Bump the GEM interface version to
9495e5b
  31 so we don't activate it... (#500801)
9495e5b
9495e5b
* Thu May 07 2009 Adam Jackson <ajax@redhat.com> 6.12.2-13
9495e5b
- radeon-6.12.2-lvds-default-modes.patch: Add default modes to the LVDS mode
9495e5b
  list if we got no EDID from the kernel.
9495e5b
9495e5b
* Wed May 06 2009 Dave Airlie <airlied@redhat.com> 6.12.2-12
9495e5b
- radeon-6.12.2-rs690-hack.patch - workaround rs690 hangs with firefox safely
9495e5b
9495e5b
* Tue May 05 2009 Dave Airlie <airlied@redhat.com> 6.12.2-11
9495e5b
- make src/mask prepare access force to GTT.
9495e5b
9495e5b
* Tue May 05 2009 Dave Airlie <airlied@redhat.com> 6.12.2-10
9495e5b
- radeon-modeset-fixes.patch: backport fixes from upstream for rs480 firefox gpu crash
9495e5b
9495e5b
* Tue Apr 28 2009 Dave Airlie <airlied@redhat.com> 6.12.2-9
9495e5b
- fix gamma code to work properly
9495e5b
- bump kernel requires for gamma interface not oopsing
9495e5b
9495e5b
* Tue Apr 28 2009 Dave Airlie <airlied@redhat.com> 6.12.2-8
9495e5b
- restrict texture coords to 0.0->1.0 explicitly.
9495e5b
- enable gamma now kernel is tagged
9495e5b
9495e5b
* Mon Apr 27 2009 Dave Airlie <airlied@redhat.com> 6.12.2-7
9495e5b
- revert rs690 fixes for now until we can research properly
9495e5b
- fix xv warning
9495e5b
9495e5b
* Fri Apr 24 2009 Dave Airlie <airlied@redhat.com> 6.12.2-6
9495e5b
- rs690: fix clamps patch so it doesn't break other cards
9495e5b
9495e5b
* Thu Apr 23 2009 Dave Airlie <airlied@redhat.com> 6.12.2-5
9495e5b
- rs690: fix crashing when firefox or gimp is used
9495e5b
9495e5b
* Thu Apr 16 2009 Dave Airlie <airlied@redhat.com> 6.12.2-4
9495e5b
- radeon-modeset.patch: fix stupid idle drawing corrupt since mmap cache
9495e5b
9495e5b
* Wed Apr 15 2009 Dave Airlie <airlied@redhat.com> 6.12.2-3
9495e5b
- radeon-modeset-zaphod.patch: fix zaphod under kms in theory
9495e5b
b1edb73
* Wed Apr 15 2009 Dave Airlie <airlied@redhat.com> 6.12.2-2
b1edb73
- radeon-modeset.patch: fix rotation + cache mmap uninit var path
b1edb73
2505a38
* Mon Apr 13 2009 Adam Jackson <ajax@redhat.com> 6.12.2-1
2505a38
- radeon 6.12.2
2505a38
a428d9f
* Thu Apr 09 2009 Adam Jackson <ajax@redhat.com> 6.12.1-10
a428d9f
- radeon-6.12.1-r600-fb-size.patch: Bump fb size max on R600+ when no KMS
a428d9f
  so single-link dualhead stands a chance of working.
a428d9f
19e3642
* Tue Apr 07 2009 Dave Airlie <airlied@redhat.com> 6.12.1-9
19e3642
- cache mmaps for objects until remove time.
19e3642
9da9ac2
* Tue Apr 07 2009 Dave Airlie <airlied@redhat.com> 6.12.1-8
9da9ac2
- re-enable DFS for kms
9da9ac2
60c2b93
* Tue Apr 07 2009 Dave Airlie <airlied@redhat.com> 6.12.1-7
60c2b93
- radeon-modeset-fix-nomodeset.patch: fix no modeset paths
60c2b93
c522d87
* Mon Apr 06 2009 Dave Airlie <airlied@redhat.com> 6.12.1-6
c522d87
- kms: add config.h to get mmap working properly
c522d87
1a7b506
* Mon Apr 06 2009 Dave Airlie <airlied@redhat.com> 6.12.1-5
1a7b506
- radeon-modeset.patch: break APIs;
1a7b506
- radeon: move to latest git fixups
61e093f
- bump min kernel required
1a7b506
e1c6a50
* Fri Apr 03 2009 Dave Airlie <airlied@redhat.com> 6.12.1-4
e1c6a50
- fix up r600 xv harder
e1c6a50
a9439cb
* Fri Apr 03 2009 Dave Airlie <airlied@redhat.com> 6.12.1-3
a9439cb
- fix up r600 xv src offsets hopefully
a9439cb
e4a32cf
* Wed Apr 01 2009 Dave Airlie <airlied@redhat.com> 6.12.1-2
e4a32cf
- attempt to fix r100/r200 xv better
e4a32cf
0a61802
* Wed Apr 01 2009 Dave Airlie <airlied@redhat.com> 6.12.1-1
0a61802
- rebase to upstream + fix FUS on DRI2 + video on r100/r200 hopefully
eec82ee
e706fe8
* Mon Mar 16 2009 Dave Airlie <airlied@redhat.com> 6.12.0-2
e706fe8
- radeon-6.12.0-git-fixes: fixes from git upstream 
e706fe8
3b99e16
* Sat Mar 14 2009 Dave Airlie <airlied@redhat.com> 6.12.0-1
3b99e16
- rebase to latest -ati upstream release
3b99e16
30d6603
* Fri Mar 13 2009 Dave Airlie <airlied@redhat.com> 6.11.0-10
30d6603
- radeon-modeset.patch: merge patches into kms patch
30d6603
- radeon-6.11.0-git.patch: fix suspend/resume on r600
30d6603
40ef143
* Thu Mar 12 2009 Adam Jackson <ajax@redhat.com> 6.11.0-9
40ef143
- radeon-r600-kms-shadowfb.patch: Make R600 fall back to shadowfb whne KMS
40ef143
  is enabled (as opposed to crashing).
40ef143
8a256b6
* Thu Mar 12 2009 Dave Airlie <airlied@redhat.com> 6.11.0-8
8a256b6
- fix r600 GART table sizing bug
8a256b6
1a6ca7e
* Tue Mar 10 2009 Dave Airlie <airlied@redhat.com> 6.11.0-7
1a6ca7e
- fix r600 xv, thanks to twoerner on #radeon for testing
1a6ca7e
7aa98dd
* Tue Mar 10 2009 Dave Airlie <airlied@redhat.com> 6.11.0-6
7aa98dd
- master fixes for panning + enable r600 accel by default
7aa98dd
345c4e4
* Sat Mar 07 2009 Dave Airlie <airlied@redhat.com> 6.11.0-5
345c4e4
- pull in more fixes from master
345c4e4
0bd8a5e
* Thu Mar 05 2009 Dave Airlie <airlied@redhat.com> 6.11.0-4
0bd8a5e
- modeset: fixup radeon Xv with latest kernel
0bd8a5e
5ca8881
* Tue Mar 03 2009 Dave Airlie <airlied@redhat.com> 6.11.0-3
5ca8881
- initial support for dynamic fb resize
5ca8881
07727ac
* Tue Mar 03 2009 Dave Airlie <airlied@redhat.com> 6.11.0-2
07727ac
- rebase to latest upstream r600 accel
07727ac
- fixup VT switch on DRI2
07727ac
0a0aff6
* Fri Feb 27 2009 Dave Airlie <airlied@redhat.com> 6.11.0-1
0a0aff6
- rebase to latest upstream
0a0aff6
- enable R600 acceleration for EXA and Xv.
0a0aff6
8c11145
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.10.0-4
8c11145
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8c11145
5bf8d3d
* Tue Feb 17 2009 Dave Airlie <airlied@redhat.com> 6.10.0-3
5bf8d3d
- fix VT switch on non-kms on rawhide
5bf8d3d
fda8b3b
* Fri Jan 30 2009 Dave Airlie <airlied@redhat.com> 6.10.0-2
fda8b3b
- Fix corruption on rs780 hopefully
fda8b3b
3ae5bb8
* Wed Jan 07 2009 Dave Airlie <airlied@redhat.com> 6.10.0-1
3ae5bb8
- rebase to latest upstream release
3ae5bb8
fb84800
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 6.9.0-65
fb84800
- fix rotate API
fb84800
9fc6316
* Mon Dec 22 2008 Dave Airlie <airlied@redhat.com> 6.9.0-64
9fc6316
- rebuild for new API
9fc6316
394316e
* Sat Dec 20 2008 Dave Airlie <airlied@redhat.com> 6.9.0-63
394316e
- rebase F11 patch to upstream master + modesetting bits
394316e
f0ac9a6
* Sat Nov 01 2008 Dave Airlie <airlied@redhat.com> 6.9.0-41
f0ac9a6
- radeon-modeset.patch - hopefully speed up mozilla again
f0ac9a6
1ffc305
* Fri Oct 31 2008 Adam Jackson <ajax@redhat.com> 6.9.0-40
1ffc305
- radeon-6.9.0-dig1-hdmi.patch: Fix minor logic error.
1ffc305
cb0e9e5
* Fri Oct 31 2008 Adam Jackson <ajax@redhat.com> 6.9.0-39
cb0e9e5
- radeon-6.9.0-dig1-hdmi.patch: Fix initialization of DVI sinks on HDMI
cb0e9e5
  connectors for DCE3.
cb0e9e5
46b649b
* Thu Oct 30 2008 Dave Airlie <airlied@redhat.com> 6.9.0-38
46b649b
- don't enable DFS under kms on anything but PCIE by default.
46b649b
1652db9
* Thu Oct 30 2008 Dave Airlie <airlied@redhat.com> 6.9.0-37
1652db9
- fix memory leak in -ati driver (#469024)
1652db9
76344a3
* Wed Oct 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-36
76344a3
- radeon-6.9.0-add-hd3300.patch - add missing pciid (#466706)
76344a3
- radeon-6.9.0-quirk-agp.patch - from Ubuntu.
76344a3
4dd4716
* Wed Oct 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-35
4dd4716
- radeon-6.9.0-bgnr-enable.patch - enable bg none when kms enabled (#468879)
4dd4716
5742a00
* Tue Oct 28 2008 Dave Airlie <airlied@redhat.com> 6.9.0-34
5742a00
- remove some left over debug
5742a00
dd139e3
* Tue Oct 28 2008 Dave Airlie <airlied@redhat.com> 6.9.0-33
dd139e3
- add support for wait for rendering
dd139e3
6217f8e
* Mon Oct 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-32
6217f8e
- move to CS2 mechanism - using chunks to avoid multiple relocations
6217f8e
- add kernel requires about 2.6.27.4-52 for new CS mechanism
6217f8e
2d69721
* Thu Oct 23 2008 Dave Airlie <airlied@redhat.com> 6.9.0-31
2d69721
- limit VRAM usage in driver - not perfect but a good start
2d69721
b2ba72a
* Thu Oct 23 2008 Dave Airlie <airlied@redhat.com> 6.9.0-30
b2ba72a
- fix some bad memory allocations
b2ba72a
8266c34
* Tue Oct 21 2008 Dave Airlie <airlied@redhat.com> 6.9.0-29
8266c34
- fix most obvious glyph corruption issues in modesetting mode
8266c34
0c2fd30
* Sun Oct 19 2008 Dave Airlie <airlied@redhat.com> 6.9.0-28
0c2fd30
- fix set tex offset for non modesetting cases
0c2fd30
cca3d48
* Wed Oct 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-27
cca3d48
- modeset - radeon add support for basic r100/r200 EXA
cca3d48
- modeset - add Download from screen accel.
cca3d48
- radeon-6.9.0-to-git.patch : fix 30" monitor
cca3d48
e28590d
* Mon Oct 13 2008 Dave Airlie <airlied@redhat.com> 6.9.0-26
e28590d
- radeon-modeset.patch - fix nexuiz mode switch - remove unused reuse code
e28590d
7b299e1
* Fri Oct 10 2008 Dave Airlie <airlied@redhat.com> 6.9.0-25
7b299e1
- fix rotation
7b299e1
- make output names compatible with non-kms
7b299e1
0c7b1df
* Fri Oct 10 2008 Dave Airlie <airlied@redhat.com> 6.9.0-24
0c7b1df
- radeon-modeset.patch - fix silly debugging fallback.
0c7b1df
7eb825e
* Fri Oct 10 2008 Dave Airlie <airlied@redhat.com> 6.9.0-23
7eb825e
- rebase to upstream master
7eb825e
- radeon-6.9.0-lvds-mapping.patch - merged upstream
7eb825e
- copy-fb-contents.patch merged into modesetting tree.
7eb825e
aadcd1d
* Wed Oct 08 2008 Adam Jackson <ajax@redhat.com> 6.9.0-22
aadcd1d
- radeon-6.9.0-lvds-mapping.patch: Fix connector mapping on LVDS.
aadcd1d
67a8c0a
* Wed Oct 01 2008 Dave Airlie <airlied@redhat.com> 6.9.0-21
67a8c0a
- rebase for latest fixes and new libdrm
67a8c0a
2f6b618
* Mon Sep 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-20
2f6b618
- fix collision with copy fb contents patch
2f6b618
7e7c60b
* Mon Sep 29 2008 Dave Airlie <airlied@redhat.com> 6.9.0-19
7e7c60b
- fix textured video + merge otaylor fix into exa fixes patch
7e7c60b
310ee34
* Sat Sep 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-18
310ee34
- fix fb contents patch
310ee34
- EXA speedup from otaylor.
310ee34
24cd8a2
* Fri Sep 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-17
24cd8a2
- exa offset fixes for changes in X server
24cd8a2
553af02
* Fri Sep 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-16
553af02
- rebase to a later tree - still not fully up to git master
553af02
- add some fixes to the resize stuff - not fully done
553af02
Kristian Høgsberg fd94965
* Fri Sep 19 2008 Kristian Høgsberg <krh@redhat.com> - 6.9.0-15
Kristian Høgsberg fd94965
- Add copy-fb-contents.patch to initialize the root window contents
Kristian Høgsberg fd94965
  with the fbdev contents for slick startup.
Kristian Høgsberg fd94965
e8301f2
* Thu Sep 11 2008 Adam Jackson <ajax@redhat.com> 6.9.0-14
e8301f2
- radeon-6.9.0-panel-size-sanity.patch: Panels smaller than 800x480 are
e8301f2
  highly implausible, disable them if we find them.  If you have one,
e8301f2
  you can force it with Option "PanelSize".
e8301f2
33566ed
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> 6.9.0-13
33566ed
- Remove the fb size hack since there is a fix in the server now.
33566ed
- Unfortunately, the driver prevents this fix from working by applying 
33566ed
  its own heuristics. Remove those.
33566ed
34bbac8
* Wed Sep 10 2008 Adam Jackson <ajax@redhat.com> 6.9.0-12
34bbac8
- Do the fb size hack a differently bad way.
34bbac8
Kristian Høgsberg ddd326e
* Tue Sep  9 2008 Kristian Høgsberg <krh@redhat.com> 6.9.0-11
Kristian Høgsberg ddd326e
- Restore CFLAGS after testing for DRM_MODE in radeon-modeset.patch.
Kristian Høgsberg ddd326e
27c89e2
* Mon Sep 08 2008 Adam Jackson <ajax@redhat.com> 6.9.0-10
27c89e2
- radeon-6.9.0-fb-size.patch: Yet more lame heuristics to preallocate a
27c89e2
  usable framebuffer for laptops. (#458864)
27c89e2
3b42f45
* Fri Sep 05 2008 Dave Airlie <airlied@redhat.com> 6.9.0-9
3b42f45
- add fix for pipe register emits on r300
3b42f45
3e87fe5
* Fri Sep 05 2008 Dave Airlie <airlied@redhat.com> 6.9.0-8
3e87fe5
- fix suspend/resume support - needs new pinning API
3e87fe5
131f9f8
* Wed Aug 27 2008 Dave Airlie <airlied@redhat.com> 6.9.0-7
131f9f8
- fix bug in modesetting to make 3D work again
131f9f8
9ed192c
* Tue Aug 26 2008 Dave Airlie <airlied@redhat.com> 6.9.0-6
9ed192c
- update modesetting/memory manager support
9ed192c
e85b0dd
* Fri Aug 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-5
e85b0dd
- Add a perl script to generate the radeon.xinf from the actual PCI IDs the driver supports.
e85b0dd
- not build integrated yet though
e85b0dd
- update pciids
e85b0dd
d3a00d4
* Fri Aug 15 2008 Dave Airlie <airlied@redhat.com> 6.9.0-4
d3a00d4
- fix bugs in modesetting and bring PLL fixes in from master
d3a00d4
4c0a037
* Thu Aug 14 2008 Dave Airlie <airlied@redhat.com> 6.9.0-3
4c0a037
- bring back modesetting
4c0a037
030e296
* Mon Aug 11 2008 Adam Jackson <ajax@redhat.com> 6.9.0-2
030e296
- Rebuild without modesetting since libdrm lost the API.  It'll be back soon,
030e296
  I'm sure.
030e296
02aacf4
* Sun Aug 10 2008 Adam Jackson <ajax@redhat.com> 6.9.0-1
02aacf4
- Move to 6.9.0, now that the r128 and mach64 drivers are split out.
02aacf4
- Add git fixes since 6.9.0.
02aacf4
- Rebase the modesetting patch onto git master.
02aacf4
9311624
* Wed Aug 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-21
9311624
- bunch of fixes to modesetting code + remove debugging.
9311624
55eb4df
* Fri Aug 01 2008 Dave Airlie <airlied@redhat.com> 6.8.0-20
55eb4df
- DDX modesetting code
55eb4df
6a51b54
* Wed Jul 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-19
6a51b54
- Update to latest upstream release + fixes
6a51b54
6a51b54
* Thu Jun 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-18
6a51b54
- update to latest git 6.8.192 beta
6a51b54
6a51b54
* Wed May 28 2008 Dave Airlie <airlied@redhat.com> 6.8.0-17
6a51b54
- fix multiple VT switch issues on r600 cards
6a51b54
- assorted upstream goodness
6a51b54
6a51b54
* Sat May 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-16
6a51b54
- Fix PLL on r600 LVDS (#444542)
6a51b54
- update to other upstream fixes
6a51b54
6a51b54
* Mon May 12 2008 Dave Airlie <airlied@redhat.com> 6.8.0-15
6a51b54
- The RS482 sucks - same pci id, mobile and non-mobile parts.
6a51b54
6a51b54
* Mon May 12 2008 Dave Airlie <airlied@redhat.com> 6.8.0-14
6a51b54
- add initial cloning support for RN50 (#439879)
6a51b54
6a51b54
* Wed May 07 2008 Dave Airlie <airlied@redhat.com> 6.8.0-13
6a51b54
- more upstream fixes for EXA accel + zaphod mode
6a51b54
6a51b54
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-12
6a51b54
- not so much faster as kill my Apple MAC DDC - next time do this upstream first
6a51b54
6a51b54
* Thu Apr 24 2008 Dave Airlie <airlied@redhat.com> 6.8.0-11
6a51b54
- fix r128 bios size issue (#439022)
6a51b54
68a603b
* Sun Apr 06 2008 Dave Airlie <airlied@redhat.com> 6.8.0-10
68a603b
- attempt to fix VT switch and X restart hangs
68a603b
232a2e4
* Wed Apr 02 2008 Dave Airlie <airlied@redhat.com> 6.8.0-9
232a2e4
- attempt to fix dualhead and rotation at the same time.
232a2e4
692eff0
* Mon Mar 31 2008 Dave Airlie <airlied@redhat.com> 6.8.0-8
692eff0
- Hopefully fix quirks not applying on radeon LVDS (#435126)
692eff0
- quirk connector table from (#428515)
692eff0
- fix rotate on r500 cards
692eff0
ebfb34a
* Sun Mar 30 2008 Dave Airlie <airlied@redhat.com> 6.8.0-7
ebfb34a
- Major upstream fixes backported - render accel, xv etc.
ebfb34a
- This is done with a separate patch as upstream has split mach64/r128 already
ebfb34a
ae52230
* Fri Mar 28 2008 Adam Jackson <ajax@redhat.com> 6.8.0-6
ae52230
- radeon.xinf: :1,$s/radeon_tp/radeon/
ae52230
7b2583d
* Wed Mar 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-5
7b2583d
- Fix mach64 on ia64 with 16k pagesize (#438947)
7b2583d
7a7bc14
* Tue Mar 11 2008 Adam Jackson <ajax@redhat.com> 6.8.0-4
7a7bc14
- r500-dual-link-love.patch: Make R300+ max CRTC size guess big enough
7a7bc14
  for a 30" monitor.
7a7bc14
c31e7de
* Mon Mar 03 2008 Dave Airlie <airlied@redhat.com> 6.8.0-3
c31e7de
- rebuild for upstream ABI breakage
c31e7de
fb7d644
* Tue Feb 26 2008 Dave Airlie <airlied@redhat.com> 6.8.0-2
fb7d644
- rebase to upstream 6.8.0 release + git fixes
fb7d644
fbc5fa1
* Tue Feb 19 2008 Dave Airlie <airlied@redhat.com> 6.8.0-1
fbc5fa1
- rebase to upstream 6.8.0 release.
fbc5fa1
948d68b
* Mon Feb 18 2008 Dave Airlie <airlied@redhat.com> 6.7.197-3
948d68b
- rebase to upstream git master - lots of r600 fixes
948d68b
df64f37
* Fri Feb 08 2008 Dave Airlie <airlied@redhat.com> 6.7.197-2
df64f37
- rebase to upstream git master - add rv67x ids
df64f37
74ab4ad
* Mon Feb 04 2008 Dave Airlie <airlied@redhat.com> 6.7.197-1
74ab4ad
- rebase to upstream git master
74ab4ad
- add r5xx and r6xx pci ids to xinf
74ab4ad
d8b5941
* Thu Jan 17 2008 Dave Airlie <airlied@redhat.com> 6.7.196-7
d8b5941
- fix up IGPs from upstream fix.
d8b5941
67f05f6
* Wed Jan 09 2008 Adam Jackson <ajax@redhat.com> 6.7.196-6
67f05f6
- Rebuild for new server ABI.
67f05f6
0882cf0
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-5
0882cf0
- r128-6.7.196-pciaccess.patch: Fix some preprocessor dumbness.
0882cf0
454f128
* Wed Jan 02 2008 Adam Jackson <ajax@redhat.com> 6.7.196-4
454f128
- r128-6.7.196-pciaccess.patch: Port r128 to libpciaccess.
454f128
b637b08
* Wed Dec 19 2007 Dave Airlie <airlied@redhat.com> 6.7.196-3
b637b08
- radeon-git-upstream-fixes.patch - update for latest git master
b637b08
- radeon-6.7.196-atombios-support.patch - update for r500/r600
b637b08
a42a7f7
* Mon Dec 17 2007 Adam Jackson <ajax@redhat.com> 6.7.196-2
a42a7f7
- *-6.7.196-alloca.patch: Fix ALLOCATE_LOCAL failures.
a42a7f7
ef56a4f
* Wed Nov 14 2007 Adam Jackson <ajax@redhat.com> 6.7.196-1
ef56a4f
- xf86-video-ati 6.7.196
ef56a4f
a53d09a
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 6.7.195-5
a53d09a
- Require xserver 1.4.99.1
a53d09a
bd94235
* Thu Nov 08 2007 Adam Jackson <ajax@redhat.com> 6.7.195-4
bd94235
- radeon-6.7.195-faster-ddc.patch: Speed up X startup by assuming the
bd94235
  monitor doesn't need a dead chicken waved over it to get DDC.
bd94235
af87d30
* Tue Oct 16 2007 Dave Airlie <airlied@redhat.com> 6.7.195-3
af87d30
- upstream fixes including previous patches + attempted mac detection
af87d30
eacc7a3
* Tue Oct 09 2007 Adam Jackson <ajax@redhat.com> 6.7.195-2
eacc7a3
- DDC and LVDS patches from git.
eacc7a3
f169ae3
* Sat Oct 06 2007 Adam Jackson <ajax@redhat.com> 6.7.195-1
f169ae3
- xf86-video-ati 6.7.195
f169ae3
ebf2bfc
* Fri Oct 5 2007 Dave Airlie <airlied@redhat.com> 6.7.194-3
ebf2bfc
- radeon-6.7.194-upstream-fixes - Upstream LVDS fixes
ebf2bfc
  improve chances of working on more panels.
ebf2bfc
0a5852e
* Fri Sep 28 2007 Dave Airlie <airlied@redhat.com> 6.7.194-2
0a5852e
- radeon-6.7.194-disable-rc410-dri.patch - Disable DRI on
0a5852e
  RC410 by default as it seems to need some more work.
0a5852e
ee1c920
* Mon Sep 24 2007 Dave Airlie <airlied@redhat.com> 6.7.194-1
ee1c920
- xf86-video-ati 6.7.194
ee1c920
14d3630
* Thu Sep 20 2007 Dave Airlie <airlied@redhat.com> 6.7.193-1
14d3630
- xf86-video-ati 6.7.193
14d3630
8f268e0
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 6.7.192-1
8f268e0
- xf86-video-ati 6.7.192
8f268e0
29f1403
* Mon Aug 27 2007 Dave Airlie <airlied@redhat.com> 6.7.191-2
29f1403
- radeon-6.7.191-git-master.patch - upgrade to git head
29f1403
  f36720377737210c985b196d9a988efdd767f1c7
29f1403
bcfff44
* Tue Aug 23 2007 Dave Airlie <airlied@redhat.com> 6.7.191-1
bcfff44
- xf86-video-ati 6.7.191. - Add a pre-release of radeon randr code
bcfff44
  This will break old zaphod mode further than the current 6.6.193
bcfff44
  driver, and will probably break mergedfb configs, however it will
bcfff44
  work with randr-1.2 properly and is the more supported codebase going
bcfff44
  forward.
bcfff44
ec3d9bf
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.6.193-3
ec3d9bf
- Rebuild for build id
ec3d9bf
ed06275
* Wed Aug 08 2007 Dave Airlie <airlied@redhat.com> 6.6.193-2
ed06275
- xf86-video-ati 6.6.193. - remove dotclock workaround for now
ed06275
  It causes crashes bug 251051
ed06275
ce9a514
* Sat Aug 04 2007 Dave Airlie <airlied@redhat.com> 6.6.193-1
ce9a514
- xf86-video-ati 6.6.193.
ce9a514
0feae44
* Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 6.6.192-1
0feae44
- xf86-video-ati 6.6.192.
0feae44
7e74b1d
* Tue Jun 19 2007 Adam Jackson <ajax@redhat.com> 6.6.3-4
7e74b1d
- radeon-6.6.3-renderaccel-buglet.patch: Fix OpenOffice font corruption
7e74b1d
  when RenderAccel is disabled. (#244675)
7e74b1d
0352f8f
* Mon Jun 18 2007 Adam Jackson <ajax@redhat.com> 6.6.3-3
0352f8f
- Update Requires and BuildRequires.  Disown the module directories.  Add
0352f8f
  Requires: hwdata.
0352f8f
7fb2452
* Thu Feb 15 2007 Adam Jackson <ajax@redhat.com> 6.6.3-2
7fb2452
- ExclusiveArch -> ExcludeArch
7fb2452
9cf3814
* Tue Nov 7 2006 Adam Jackson <ajackson@redhat.com> 6.6.3-1.fc7
9cf3814
- Update to 6.6.3.
9cf3814
6ca1cbd
* Mon Oct 2 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-4
6ca1cbd
- ati-prefer-radeon-then-r128.patch: When loading through the 'ati' wrapper,
6ca1cbd
  prefer radeon to rage128 to mach{64,32,16,8,4,2,1}. 
6ca1cbd
- r128-fp-dpms.patch: Hook up DPMS for Rage128 DFPs. (#197436)
6ca1cbd
- radeon-6.6.2-dac-fix.patch: Even though we turn DACs on for probing, don't
6ca1cbd
  turn them off.  Fixes black screen of death post-rhgb.  (#208610)
6ca1cbd
- radeon-6.6.2-pmac-bios.patch: Be more suspicious of ROMs before interpreting
6ca1cbd
  their content.  (#208694)
6ca1cbd
- radeon-6.6.2-usefbdev-patch.patch: Use the framebuffer stride from fbdev,
6ca1cbd
  instead of making up numbers.  (#208694)
6ca1cbd
8ca0990
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 6.6.2-3
8ca0990
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
8ca0990
00b23c5
* Thu Sep 21 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-2.fc6
00b23c5
- radeon-6.6.2-dac-fix.patch: Backport 25fa71... from git.  Turn on the DAC
00b23c5
  before doing CRT connection probe, otherwise we might incorrectly detect
00b23c5
  a CRT where there isn't one. (#202240 and others)
00b23c5
4a429b8
* Tue Aug 29 2006 Adam Jackson <ajackson@redhat.com> 6.6.2-1.fc6
4a429b8
- Update to 6.6.2 from upstream:
4a429b8
  - Mach64 stability and correctness fixes
4a429b8
  - Mach64 EXA support.
4a429b8
  - Misc bugfixes for radeon.
4a429b8
596ad69
* Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-11.fc6
596ad69
- radeon-6.6.1-use-mtdriver.patch: Only flag modes with M_T_PREFERRED if
596ad69
  the EDID blocks says to.
596ad69
f71aa2c
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-10.fc6
f71aa2c
- radeon-6.6.1-use-mtdriver.patch: Use new M_T_DRIVER mode type for mode
f71aa2c
  synthesis.
f71aa2c
- Bump Requires to match.
f71aa2c
bfe107d
* Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-9.fc6
bfe107d
- mach64-cpio-for-ia64.patch: Enable CPIO for mach64 on ia64. (#203017)
bfe107d
d92033a
* Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-8.fc6
d92033a
- radeon-6.6.1-xpress-200.patch: Also disable DRI on xpress200, known broken.
d92033a
fdd5192
* Wed Aug  2 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-7.fc6
fdd5192
- Make sure DRI and Render accel are disabled on RN50.
fdd5192
Kristian Høgsberg eb9c3d1
* Sat Jul 29 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-6.fc5.aiglx
Kristian Høgsberg 3eed60e
- Build for fc5 aiglx repo.
Kristian Høgsberg 3eed60e
aa174f8
* Thu Jul 27 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-6.fc6
aa174f8
- Updated radeon.xinf: comments, a handful of new devices.
aa174f8
aa174f8
* Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-5.fc6
mharris 1a7ea83
- Added r128-missing-xf86ForceHWCursor-symbol-bug168753.patch to fix (#168753)
mharris 1a7ea83
- Add {?dist} tag to Release field
mharris 1a7ea83
mharris fee7215
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 6.6.1-4.1
e78c45f
- rebuild
e78c45f
mharris 4b5e84b
* Wed Jun 28 2006 Mike A. Harris <mharris@@redhat.com> 6.6.1-4
mharris 4b5e84b
- Added "BuildRequires: xorg-x11-server-sdk >= 1.1.0-12" to fix the same
mharris 4b5e84b
  problem at build time as were added in 6.6.1-2 to fix it at runtime.
mharris 4b5e84b
mharris 4b5e84b
* Tue Jun 27 2006 Kristian Høgsberg <krh@redhat.com> 6.6.1-3
Kristian Høgsberg f4d301d
- Bump release for FC5 aiglx build.
Kristian Høgsberg f4d301d
356bfcc
* Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 6.6.1-2
356bfcc
- Filter the EDID mode list by the monitor's reported pixel clock.  Bump
356bfcc
  the BuildReq to a server that provides the necessary ABI field.
356bfcc
mharris 6377fb4
* Sat Jun 17 2006 Mike A. Harris <mharris@redhat.com> 6.6.1-1
mharris 6377fb4
- Updated xorg-x11-drv-ati to version 6.6.1 update release for X11R7.1
mharris 6377fb4
- Drop db-root-visual.patch, as it is included in 6.6.1
mharris 6377fb4
- Enable DRI support for sparc/sparc64 builds.
mharris 6377fb4
mharris 4b5e84b
* Fri Jun  9 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-7
Kristian Høgsberg dc7b5d3
- Committed db-root-visual.patch and reenabled.
Kristian Høgsberg dc7b5d3
mharris 6e10526
* Thu Jun  8 2006 Mike A. Harris <mharris@@redhat.com> 6.6.0-6
mharris 6e10526
- Disable db-root-visual.patch, because the file wasn't committed to CVS.
mharris 6e10526
Kristian Høgsberg 1a848d2
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-5
Kristian Høgsberg 1a848d2
- Bump for rawhide build.
Kristian Høgsberg 1a848d2
Kristian Høgsberg 1a848d2
* Thu Jun  8 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-4
Kristian Høgsberg 32ad03e
- Add db-root-visual.patch to make root visual double buffered.
Kristian Høgsberg 32ad03e
633ecc6
* Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-3
633ecc6
- Rebuild for 7.1 ABI fix.
633ecc6
Kristian Høgsberg e705ad8
* Tue Apr 11 2006 Kristian Høgsberg <krh@redhat.com> 6.6.0-2
Kristian Høgsberg e705ad8
- Bump for fc5-bling build.
Kristian Høgsberg e705ad8
f7116e8
* Sun Apr  9 2006 Adam Jackson <ajackson@redhat.com> 6.6.0-1
f7116e8
- Update to 6.6.0 from 7.1RC1.
f7116e8
Kristian Høgsberg 1c33f34
* Tue Apr  4 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060404
Kristian Høgsberg 1c33f34
- Update to CVS snapshot from 20060404.
Kristian Høgsberg 1c33f34
Kristian Høgsberg 4f5e860
* Wed Mar 22 2006 Kristian Høgsberg <krh@redhat.com> 6.5.7.3-4.cvs20060322
Kristian Høgsberg 4f5e860
- Update to CVS snapshot of 20060322.
Kristian Høgsberg 4f5e860
- Drop xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch.
Kristian Høgsberg 4f5e860
mharris cc01fd4
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-4
mharris cc01fd4
- Added xorg-x11-drv-ati-6.5.7.3-radeon-metamodes-SEGV-fix.patch from CVS HEAD.
mharris cc01fd4
a48232d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.2
a48232d
- bump again for double-long bug on ppc(64)
a48232d
5c80a19
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.5.7.3-3.1
5c80a19
- rebuilt for new gcc4.1 snapshot and glibc changes
5c80a19
mharris cc01fd4
* Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-3
mharris 438d0d4
- Updated radeon.xinf to be up to date with the xf86PciInfo.h from the Xorg
mharris 438d0d4
  X server 1.0.1-1 source.  This should account for all supported Radeon
mharris 438d0d4
  models now modulo errors/omissions.
mharris 438d0d4
mharris cc01fd4
* Thu Feb 02 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-2
mharris 0744e5a
- Added r128.xinf and radeon.xinf videoalias files to fix bug (#174101).
mharris 0744e5a
- Added "BuildRequires: libdrm-devel >= 2.0-1" to fix bug (#178613)
mharris 0744e5a
mharris a87a1b0
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 6.5.7.3-1
mharris a87a1b0
- Updated xorg-x11-drv-ati to version 6.5.7.3 from X11R7.0
mharris a87a1b0
- Added ati.xinf videoalias file for hardware autodetection.
mharris a87a1b0
mharris d51f93b
* Tue Dec 20 2005 Mike A. Harris <mharris@redhat.com> 6.5.7.2-1
mharris d51f93b
- Updated xorg-x11-drv-ati to version 6.5.7.2 from X11R7 RC4
mharris d51f93b
- Removed 'x' suffix from manpage dirs to match RC4 upstream.
mharris d51f93b
mharris 9c6e9d0
* Wed Nov 16 2005 Mike A. Harris <mharris@redhat.com> 6.5.7-1
mharris 9c6e9d0
- Updated xorg-x11-drv-ati to version 6.5.7 from X11R7 RC2
mharris 9c6e9d0
mharris c8555fd
* Fri Nov 4 2005 Mike A. Harris <mharris@redhat.com> 6.5.6.1-1
mharris c8555fd
- Updated xorg-x11-drv-ati to version 6.5.6.1 from X11R7 RC1
mharris c8555fd
- Fix *.la file removal.
mharris 5387e81
- Add "BuildRequires: mesa-libGL-devel >= 6.4-4 for DRI builds"
mharris 5387e81
mharris 62b282a
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-1
mharris 62b282a
- Update BuildRoot to use Fedora Packaging Guidelines.
mharris 62b282a
- Deglob file manifest.
mharris 62b282a
- Use _smp_mflags with make, to speed up SMP builds.
mharris ed5405c
- Add "alpha sparc sparc64" to ExclusiveArch
mharris 62b282a
mharris 9433902
* Fri Sep 2 2005 Mike A. Harris <mharris@redhat.com> 6.5.6-0
mharris 9433902
- Initial spec file for ati video driver generated automatically
mharris 9433902
  by my xorg-driverspecgen script.