Re: [Linux-fbdev-devel] [PATCH] intelfb: support 945GME (as used inASUS Eee 901)

From: Phil Endecott
Date: Sun Aug 31 2008 - 11:35:29 EST


Krzysztof Helt wrote:
On Fri, 29 Aug 2008 12:50:45 +0100
"Phil Endecott" <phil_utscv_endecott@xxxxxxxxxxxx> wrote:

The following patch adds support for Intel's 945GME graphics chip to
the intelfb driver. I have assumed that the 945GME is identical to the
already-supported 945GM apart from its PCI IDs; this is based on a quick
look at the X driver for these chips which seems to treat them
identically.

[snip]

-#define SUPPORTED_CHIPSETS "830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM"
+#define SUPPORTED_CHIPSETS "830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM"

Acked-by: Krzysztof Helt <krzysztof.h1@xxxxx>

BTW, Is it possible to shorten this list by something like "830/845/852/865/915/945/965 models G, GM and GME" or "830M/8x5G/8x5GM/9x5G/9x5GM/9x5GME" or maybe something else?

Doing so would reduce grep-ability. I did a lot of "grep -r 945GM ." while trying to understand this.


Phil.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/