From 60c2b936446414774aacdbc8423694b6b6de6b45 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Apr 06 2009 23:33:34 +0000 Subject: - radeon-modeset-fix-nomodeset.patch: fix no modeset paths --- diff --git a/radeon-modeset-fix-nomodeset.patch b/radeon-modeset-fix-nomodeset.patch new file mode 100644 index 0000000..85802ba --- /dev/null +++ b/radeon-modeset-fix-nomodeset.patch @@ -0,0 +1,33 @@ +From 982598d830691cd1b39e5aa2c9c409786e059fd3 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 7 Apr 2009 09:15:08 +1000 +Subject: [PATCH] radeon: remove function + +--- + src/radeon_dri.c | 3 --- + 1 files changed, 0 insertions(+), 3 deletions(-) + +diff --git a/src/radeon_dri.c b/src/radeon_dri.c +index 64b5937..347ab44 100644 +--- a/src/radeon_dri.c ++++ b/src/radeon_dri.c +@@ -471,7 +471,6 @@ Bool radeon_update_dri_buffers(ScreenPtr pScreen) + if (!success) + return FALSE; + +- radeon_update_sarea(pScrn, sarea); + radeon_update_screen_private(pScrn, sarea); + return TRUE; + } +@@ -1707,8 +1706,6 @@ Bool RADEONDRIDoMappings(ScreenPtr pScreen) + return FALSE; + } + +- radeon_update_sarea(pScrn, pSAREAPriv); +- + /* DRIScreenInit adds the frame buffer + map, but we need it as well */ + { +-- +1.6.2 + diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index 5a2571b..4653985 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -5,7 +5,7 @@ Summary: Xorg X11 ati video driver Name: xorg-x11-drv-ati Version: 6.12.1 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -16,6 +16,7 @@ Source1: radeon.xinf Patch0: radeon-6.12.0-git-fixes.patch Patch1: radeon-modeset.patch +Patch2: radeon-modeset-fix-nomodeset.patch #Patch4: radeon-6.9.0-remove-limit-heuristics.patch Patch5: radeon-6.9.0-panel-size-sanity.patch Patch6: radeon-6.9.0-bgnr-enable.patch @@ -42,6 +43,7 @@ X.Org X11 ati video driver. %setup -q -n %{tarball}-%{version} %patch0 -p1 -b .fixes %patch1 -p1 -b .modeset +%patch2 -p1 -b .modeset-fix #patch4 -p1 -b .remove-limit-heuristics #%patch5 -p1 -b .panel-size %patch6 -p1 -b .bgnr @@ -76,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man4/radeon.4* %changelog +* Tue Apr 07 2009 Dave Airlie 6.12.1-7 +- radeon-modeset-fix-nomodeset.patch: fix no modeset paths + * Mon Apr 06 2009 Dave Airlie 6.12.1-6 - kms: add config.h to get mmap working properly