diff mbox

[4/6] UBUNTU: SAUCE: i915 KMS -- blacklist i855

Message ID 1271437755-16680-5-git-send-email-apw@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Andy Whitcroft April 16, 2010, 5:09 p.m. UTC
BugLink: http://bugs.launchpad.net/bugs/563277
BugLink: http://bugs.launchpad.net/bugs/511001
BugLink: http://bugs.launchpad.net/bugs/541511

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

Signed-off-by: Andy Whitcroft <apw@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 ef1184c..bb429bd 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -573,6 +573,7 @@  static int __init i915_init(void)
 		static struct pci_device_id i915_badmodeset[] = {
 			INTEL_VGA_DEVICE(0x3577, 0),
 			INTEL_VGA_DEVICE(0x2562, 0),
+			INTEL_VGA_DEVICE(0x3582, 0),
 			{ },
 		};
 		if (pci_dev_present(i915_badmodeset)) {