xf86-video-intel: add various patches

This commit is contained in:
Stephan Raue 2009-09-14 18:48:47 +02:00
parent 821190fcb7
commit 7b32395420
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
diff -Naur xf86-video-intel-2.8.0.901/src/i830_driver.c.org xf86-video-intel-2.8.0.901/src/i830_driver.c
--- xf86-video-intel-2.8.0.901/src/i830_driver.c.org 2009-08-13 22:07:07.000000000 +0200
+++ xf86-video-intel-2.8.0.901/src/i830_driver.c 2009-09-12 13:34:06.000000000 +0200
@@ -2685,7 +2695,9 @@
return FALSE;
}
- i830_fixup_mtrrs(pScrn);
+ /* In a GEM config, the kernel manages MTRRs */
+ if (!pI830->memory_manager)
+ i830_fixup_mtrrs(pScrn);
pI830->starting = TRUE;

View File

@ -40,7 +40,7 @@
- /* Dell Latitude D400 needs pipe A force quirk (LP: #228519) */
+ /* Dell Latitude C400 needs pipe A force quirk (See LP: #216490) */
+ { PCI_CHIP_I855_GM, 0x1028, 0x00c8, quirk_pipea_force },
+ /* Dell Latitude D400 needs pipe A force quirk (See LP: #228519) *
+ /* Dell Latitude D400 needs pipe A force quirk (See LP: #228519) */
{ PCI_CHIP_I855_GM, 0x1028, 0x0139, quirk_pipea_force },
/* Dell Latitude D500 needs pipe A force quirk */
{ PCI_CHIP_I855_GM, 0x1028, 0x0152, quirk_pipea_force },