rpms/kernel/F-11 drm-intel-gen3-fb-hack.patch, NONE, 1.1 kernel.spec, 1.1525, 1.1526

Adam Jackson ajax at fedoraproject.org
Thu Apr 9 17:50:08 UTC 2009


Author: ajax

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

Modified Files:
	kernel.spec 
Added Files:
	drm-intel-gen3-fb-hack.patch 
Log Message:
* Thu Apr 09 2009 Adam Jackson <ajax at redhat.com>
- drm-intel-gen3-fb-hack.patch: Allow up to 4k framebuffers on 9[14]5.  3D
  will be broken if you do that, but at least dualhead will be less broken.


drm-intel-gen3-fb-hack.patch:

--- NEW FILE drm-intel-gen3-fb-hack.patch ---
diff -up linux-2.6.29.noarch/drivers/gpu/drm/i915/intel_display.c.jx linux-2.6.29.noarch/drivers/gpu/drm/i915/intel_display.c
--- linux-2.6.29.noarch/drivers/gpu/drm/i915/intel_display.c.jx	2009-04-09 13:42:51.000000000 -0400
+++ linux-2.6.29.noarch/drivers/gpu/drm/i915/intel_display.c	2009-04-09 13:44:14.000000000 -0400
@@ -2011,8 +2011,8 @@ void intel_modeset_init(struct drm_devic
 		dev->mode_config.max_width = 8192;
 		dev->mode_config.max_height = 8192;
 	} else {
-		dev->mode_config.max_width = 2048;
-		dev->mode_config.max_height = 2048;
+		dev->mode_config.max_width = 4096;
+		dev->mode_config.max_height = 4096;
 	}
 
 	/* set memory base */


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1525
retrieving revision 1.1526
diff -u -r1.1525 -r1.1526
--- kernel.spec	9 Apr 2009 14:45:11 -0000	1.1525
+++ kernel.spec	9 Apr 2009 17:49:38 -0000	1.1526
@@ -680,6 +680,7 @@
 Patch1818: drm-i915-resume-force-mode.patch
 Patch1819: drm-intel-big-hammer.patch
 Patch1821: drm-intel-lying-systems-without-lvds.patch
+Patch1822: drm-intel-gen3-fb-hack.patch
 
 # kludge to make ich9 e1000 work
 Patch2000: linux-2.6-e1000-ich9.patch
@@ -1288,6 +1289,7 @@
 ApplyPatch drm-i915-resume-force-mode.patch
 ApplyPatch drm-intel-big-hammer.patch
 ApplyPatch drm-intel-lying-systems-without-lvds.patch
+ApplyPatch drm-intel-gen3-fb-hack.patch
 
 # linux1394 git patches
 ApplyPatch linux-2.6-firewire-git-update.patch
@@ -1900,6 +1902,10 @@
 # and build.
 
 %changelog
+* Thu Apr 09 2009 Adam Jackson <ajax at redhat.com>
+- drm-intel-gen3-fb-hack.patch: Allow up to 4k framebuffers on 9[14]5.  3D
+  will be broken if you do that, but at least dualhead will be less broken.
+
 * Thu Apr 09 2009 Dave Jones <davej at redhat.com>
 - Bring back the /dev/crash driver. (#492803)
 




More information about the fedora-extras-commits mailing list