[PATCH 3/6] UBUNTU: SAUCE: i915 KMS -- blacklist i845g
Andy Whitcroft
apw at canonical.com
Fri Apr 16 17:09:12 UTC 2010
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 at canonical.com>
---
drivers/gpu/drm/i915/i915_drv.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 41db74e..ef1184c 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -572,6 +572,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)) {
--
1.7.0
More information about the kernel-team
mailing list