rpms/kernel/F-12 drm-intel-no-tv-hotplug.patch, NONE, 1.1 kernel.spec, 1.1806, 1.1807

Adam Jackson ajax at fedoraproject.org
Wed Sep 16 17:44:25 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9141

Modified Files:
	kernel.spec 
Added Files:
	drm-intel-no-tv-hotplug.patch 
Log Message:
* Wed Sep 16 2009 Adam Jackson <ajax at redhat.com>
- Disable hotplug interrupts on TV connectors on i915.


drm-intel-no-tv-hotplug.patch:
 i915_reg.h |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE drm-intel-no-tv-hotplug.patch ---
diff -up linux-2.6.31.noarch/drivers/gpu/drm/i915/i915_reg.h.jx linux-2.6.31.noarch/drivers/gpu/drm/i915/i915_reg.h
--- linux-2.6.31.noarch/drivers/gpu/drm/i915/i915_reg.h.jx	2009-09-16 13:36:20.000000000 -0400
+++ linux-2.6.31.noarch/drivers/gpu/drm/i915/i915_reg.h	2009-09-16 13:40:32.000000000 -0400
@@ -836,7 +836,6 @@
 			 HDMID_HOTPLUG_INT_EN |	  \
 			 SDVOB_HOTPLUG_INT_EN |	  \
 			 SDVOC_HOTPLUG_INT_EN |	  \
-			 TV_HOTPLUG_INT_EN |	  \
 			 CRT_HOTPLUG_INT_EN)
 
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1806
retrieving revision 1.1807
diff -u -p -r1.1806 -r1.1807
--- kernel.spec	16 Sep 2009 17:35:41 -0000	1.1806
+++ kernel.spec	16 Sep 2009 17:44:25 -0000	1.1807
@@ -701,6 +701,7 @@ Patch1821: drm-page-flip.patch
 # intel drm is all merged upstream
 Patch1824: drm-intel-next.patch
 Patch1825: drm-intel-pm.patch
+Patch1826: drm-intel-no-tv-hotplug.patch
 
 # vga arb
 Patch1900: linux-2.6-vga-arb.patch
@@ -1362,6 +1363,7 @@ ApplyPatch drm-page-flip.patch
 ApplyOptionalPatch drm-intel-next.patch
 #this appears to be upstream - mjg59?
 #ApplyPatch drm-intel-pm.patch
+ApplyPatch drm-intel-no-tv-hotplug.patch
 
 # VGA arb + drm
 ApplyPatch linux-2.6-vga-arb.patch
@@ -2044,6 +2046,9 @@ fi
 # and build.
 
 %changelog
+* Wed Sep 16 2009 Adam Jackson <ajax at redhat.com>
+- Disable hotplug interrupts on TV connectors on i915.
+
 * Wed Sep 16 2009 Roland McGrath <roland at redhat.com> - 2.6.31-20
 - Remove workaround for gcc bug #521991, now fixed.
 




More information about the scm-commits mailing list