diff mbox

[3/4] UBUNTU: SAUCE: i915 KMS -- blacklist i845g

Message ID 20b2f980f6971da35bfa59800f0b5047cb7d17bb.1283269783.git.leann.ogasawara@canonical.com
State Accepted
Delegated to: Leann Ogasawara
Headers show

Commit Message

Leann Ogasawara Aug. 31, 2010, 4:13 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/563277
BugLink: http://bugs.launchpad.net/bugs/541492

It seems that i845g is not well supported for KMS so for release we will
disable KMS by default there.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
---
 drivers/gpu/drm/i915/i915_drv.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index e150018..27af41d 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -592,6 +592,7 @@  static int __init i915_init(void)
 	if (i915_modeset == -1) {
 		static struct pci_device_id i915_badmodeset[] = {
 			INTEL_VGA_DEVICE(0x3577, 0),
+			INTEL_VGA_DEVICE(0x2562, 0),
 			{ },
 		};
 		if (pci_dev_present(i915_badmodeset)) {