rpms/xorg-x11-drv-ati/devel radeon-6.9.0-bgnr-enable.patch, NONE, 1.1 xorg-x11-drv-ati.spec, 1.134, 1.135

Dave Airlie airlied at fedoraproject.org
Wed Oct 29 01:50:22 UTC 2008


Author: airlied

Update of /cvs/pkgs/rpms/xorg-x11-drv-ati/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22861

Modified Files:
	xorg-x11-drv-ati.spec 
Added Files:
	radeon-6.9.0-bgnr-enable.patch 
Log Message:
* Wed Oct 29 2008 Dave Airlie <airlied at redhat.com> 6.9.0-35
- radeon-6.9.0-bgnr-enable.patch - enable bg none when kms enabled (#468879)


radeon-6.9.0-bgnr-enable.patch:

--- NEW FILE radeon-6.9.0-bgnr-enable.patch ---
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 46fa59a..317942b 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -2762,6 +2762,9 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
 
     info->drm_mode_setting = radeon_kernel_mode_enabled(pScrn);
 
+    if (info->drm_mode_setting)
+	pScrn->canDoBGNoneRoot = 1;
+
     info->IsSecondary  = FALSE;
     info->IsPrimary = FALSE;
 


Index: xorg-x11-drv-ati.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-ati/devel/xorg-x11-drv-ati.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- xorg-x11-drv-ati.spec	28 Oct 2008 00:22:06 -0000	1.134
+++ xorg-x11-drv-ati.spec	29 Oct 2008 01:49:51 -0000	1.135
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 ati video driver
 Name:      xorg-x11-drv-ati
 Version:   6.9.0
-Release:   34%{?dist}
+Release:   35%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -18,6 +18,7 @@
 Patch1:     radeon-modeset.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
 
 ExcludeArch: s390 s390x
 
@@ -43,6 +44,7 @@
 %patch1 -p1 -b .modeset
 %patch4 -p1 -b .remove-limit-heuristics
 %patch5 -p1 -b .panel-size
+%patch6 -p1 -b .bgnr
 
 %build
 autoreconf
@@ -74,6 +76,9 @@
 %{_mandir}/man4/radeon.4*
 
 %changelog
+* Wed Oct 29 2008 Dave Airlie <airlied at redhat.com> 6.9.0-35
+- radeon-6.9.0-bgnr-enable.patch - enable bg none when kms enabled (#468879)
+
 * Tue Oct 28 2008 Dave Airlie <airlied at redhat.com> 6.9.0-34
 - remove some left over debug
 




More information about the scm-commits mailing list