Merge branch 'i915fb' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/intelf...
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Jun 2006 01:53:20 +0000 (18:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 20 Jun 2006 01:53:20 +0000 (18:53 -0700)
* 'i915fb' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/intelfb-2.6: (25 commits)
  intelfb: fixup clock calculation debugging.
  Removed hard coded EDID buffer size.
  intelfb: use regular modedb table instead of VESA
  intelfb: use firmware EDID for mode database
  Revert "intelfb driver -- use the regular modedb table instead of the VESA"
  intelfb: int option fix
  sync modesetting code with X.org
  intelfb: align with changes from my X driver.
  intelfb driver -- use the regular modedb table instead of the VESA
  Adds support for 256MB aperture on 945 chipsets to the intelfb driver
  intelfb -- uses stride alignment of 64 on the 9xx chipsets.
  intelfb: some cleanups for intelfbhw
  intelfb: fixup pitch calculation like X does
  intelfb: fixup p calculation
  This patch makes a needlessly global struct static.
  intelfb: add i945GM support
  intelfb: fixup whitespace..
  intelfb: add hw cursor support for i9xx
  intelfb: make i915 modeset
  intelfb: add support for i945G
  ...

1  2 
drivers/video/Kconfig

diff --combined drivers/video/Kconfig
index 4587087d777ab6a69edb66fd4f661b5017b08404,190adce607f8f706caac8e708f2788eb5dabb6e8..5641498725d0c5ed739fd6da5d99f0d1fe6393cc
@@@ -400,8 -400,6 +400,8 @@@ config FB_ASILIAN
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
 +      help
 +        This is the frame buffer device driver for the Asiliant 69030 chipset
  
  config FB_IMSTT
        bool "IMS Twin Turbo display support"
@@@ -743,7 -741,7 +743,7 @@@ config FB_I810_I2
  
  config FB_INTEL
        tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
-       depends on FB && EXPERIMENTAL && PCI && X86_32
+       depends on FB && EXPERIMENTAL && PCI && X86
        select AGP
        select AGP_INTEL
        select FB_MODE_HELPERS
@@@ -963,7 -961,7 +963,7 @@@ config FB_ATY12
  
  config FB_ATY
        tristate "ATI Mach64 display support" if PCI || ATARI
 -      depends on FB
 +      depends on FB && !SPARC32
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT