Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37252
b: refs/heads/master
c: d463d34
h: refs/heads/master
v: v3
  • Loading branch information
Christian Merkle authored and Dave Airlie committed Aug 22, 2006
1 parent 29db955 commit b31e183
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7627899b11ece118b46fbf652e944f9a239f6cd1
refs/heads/master: d463d34e7b336ae3645ac331adccb578ae5a4285
11 changes: 7 additions & 4 deletions trunk/Documentation/fb/intelfb.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
Intel 830M/845G/852GM/855GM/865G/915G Framebuffer driver
Intel 830M/845G/852GM/855GM/865G/915G/945G Framebuffer driver
================================================================

A. Introduction
This is a framebuffer driver for various Intel 810/815 compatible
This is a framebuffer driver for various Intel 8xx/9xx compatible
graphics devices. These would include:

Intel 830M
Intel 810E845G
Intel 845G
Intel 852GM
Intel 855GM
Intel 865G
Intel 915G
Intel 915GM
Intel 945G
Intel 945GM

B. List of available options

Expand Down Expand Up @@ -78,7 +81,7 @@ C. Kernel booting
Separate each option/option-pair by commas (,) and the option from its value
with an equals sign (=) as in the following:

video=i810fb:option1,option2=value2
video=intelfb:option1,option2=value2

Sample Usage
------------
Expand Down
6 changes: 4 additions & 2 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ config FB_I810_I2C
help

config FB_INTEL
tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
depends on FB && EXPERIMENTAL && PCI && X86
select AGP
select AGP_INTEL
Expand All @@ -817,7 +817,7 @@ config FB_INTEL
select FB_CFB_IMAGEBLIT
help
This driver supports the on-board graphics built in to the Intel
830M/845G/852GM/855GM/865G chipsets.
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets.
Say Y if you have and plan to use such a board.

If you say Y here and want DDC/I2C support you must first say Y to
Expand All @@ -830,6 +830,8 @@ config FB_INTEL
To compile this driver as a module, choose M here: the
module will be called intelfb.

For more information, please read <file:Documentation/fb/intelfb.txt>

config FB_INTEL_DEBUG
bool "Intel driver Debug Messages"
depends on FB_INTEL
Expand Down

0 comments on commit b31e183

Please sign in to comment.