diff options
author | Christian Merkle <mail@christian-merkle.de> | 2006-08-22 10:07:01 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-08-22 10:07:01 +1000 |
commit | d463d34e7b336ae3645ac331adccb578ae5a4285 (patch) | |
tree | 89e777da0c000e1a79cf7a341fd37a1414a09207 /Documentation/fb | |
parent | 7627899b11ece118b46fbf652e944f9a239f6cd1 (diff) | |
download | linux-3.10-d463d34e7b336ae3645ac331adccb578ae5a4285.tar.gz linux-3.10-d463d34e7b336ae3645ac331adccb578ae5a4285.tar.bz2 linux-3.10-d463d34e7b336ae3645ac331adccb578ae5a4285.zip |
intelfb: update doc and Kconfig (supported devices)
According to drivers/video/intelfb/intelfb.h, the intelfb driver
supportes the following devices:
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM. So the description in
drivers/video/Kconfig and the documentation in
Documentation/fb/intelfb.txt is outdated.
airlied: cleaned up some other obvious mistakes in intelfb.txt.
Signed-off-by: Christian Merkle <mail@christian-merkle.de>
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'Documentation/fb')
-rw-r--r-- | Documentation/fb/intelfb.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/fb/intelfb.txt b/Documentation/fb/intelfb.txt index c12d39a23c3..aa0d322db17 100644 --- a/Documentation/fb/intelfb.txt +++ b/Documentation/fb/intelfb.txt @@ -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 @@ -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 ------------ |