[PATCH 6/6] UBUNTU: SAUCE: radeon KMS -- blacklist ES1000
Andy Whitcroft
apw at canonical.com
Fri Apr 16 17:09:15 UTC 2010
BugLink: http://bugs.launchpad.net/bugs/546743
Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
drivers/gpu/drm/radeon/radeon_drv.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c
index 2486f37..aa985a6 100644
--- a/drivers/gpu/drm/radeon/radeon_drv.c
+++ b/drivers/gpu/drm/radeon/radeon_drv.c
@@ -327,6 +327,8 @@ static int __init radeon_init(void)
/* Check for known bad devices by default. */
if (radeon_modeset == -1) {
static struct pci_device_id radeon_badmodeset[] = {
+ { PCI_DEVICE(0x1002, 0x515e) },
+ { PCI_DEVICE(0x1002, 0x515f) },
{ },
};
if (pci_dev_present(radeon_badmodeset)) {
--
1.7.0
More information about the kernel-team
mailing list