devel/xorg-x11-drv-i810 intel-backlight.patch, NONE, 1.1 xorg-x11-drv-i810.spec, 1.88, 1.89

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Tue Mar 25 15:05:03 UTC 2008


Author: katzj

Update of /cvs/pkgs/devel/xorg-x11-drv-i810
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11049

Modified Files:
	xorg-x11-drv-i810.spec 
Added Files:
	intel-backlight.patch 
Log Message:
* Tue Mar 25 2008 Jeremy Katz <katzj at redhat.com> - 2.2.1-15
- Add jbarnes's backlight test patch


intel-backlight.patch:

--- NEW FILE intel-backlight.patch ---
diff --git a/src/i830_lvds.c b/src/i830_lvds.c
index 0b331ef..a12ffab 100644
--- a/src/i830_lvds.c
+++ b/src/i830_lvds.c
@@ -117,11 +117,11 @@ i830_set_lvds_backlight_method(xf86OutputPtr output)
     } else if (IS_I965GM(pI830) || IS_IGD_GM(pI830)) {
 	blc_pwm_ctl2 = INREG(BLC_PWM_CTL2);
 	if (blc_pwm_ctl2 & BLM_LEGACY_MODE2)
-	    method = BCM_LEGACY;
+	    method = BCM_COMBO;
     } else {
 	blc_pwm_ctl = INREG(BLC_PWM_CTL);
 	if (blc_pwm_ctl & BLM_LEGACY_MODE)
-	    method = BCM_LEGACY;
+	    method = BCM_COMBO;
     }
 
     pI830->backlight_control_method = method;


Index: xorg-x11-drv-i810.spec
===================================================================
RCS file: /cvs/pkgs/devel/xorg-x11-drv-i810/xorg-x11-drv-i810.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- xorg-x11-drv-i810.spec	18 Mar 2008 05:56:30 -0000	1.88
+++ xorg-x11-drv-i810.spec	25 Mar 2008 15:03:54 -0000	1.89
@@ -5,7 +5,7 @@
 Summary:   Xorg X11 Intel video driver(s)
 Name:      xorg-x11-drv-i810
 Version:   2.2.1
-Release:   14%{?dist}
+Release:   15%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -30,6 +30,8 @@
 # EXA on 965 without DRI is broken - fix for now so installer can run
 Patch9: intel-2.2.0-xaadefault.patch
 
+Patch10: intel-backlight.patch
+
 Patch100: intel-master.patch
 Patch101: intel-batchbuffer.patch
 Patch102: intel-modeset.patch
@@ -74,6 +76,7 @@
 %patch7 -p1 -b .quirk
 %patch8 -p1 -b .disablettm
 %patch9 -p1 -b .xaadefault
+%patch10 -p1 -b .backlight
 %patch100 -p1 -b .intel-master
 
 cd ../xf86-video-intel-%{batchbuffer_version}
@@ -145,6 +148,9 @@
 %{_libdir}/libI810XvMC.so
 
 %changelog
+* Tue Mar 25 2008 Jeremy Katz <katzj at redhat.com> - 2.2.1-15
+- Add jbarnes's backlight test patch
+
 * Tue Mar 18 2008 Dave Airlie <airlied at redhat.com> 2.2.1-14
 - make XAA default for now so installer can be run on 965 hw
 




More information about the fedora-extras-commits mailing list