This is a note to let you know that I've just added the patch titled
gma500: don't register the ACPI video bus
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
gma500-don-t-register-the-acpi-video-bus.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 155689defc782b486a7e6776a57ecc4ebb37ed52 Mon Sep 17 00:00:00 2001
From: Alan Cox <[email protected]>
Date: Wed, 25 Apr 2012 14:34:04 +0100
Subject: gma500: don't register the ACPI video bus
From: Alan Cox <[email protected]>
commit 155689defc782b486a7e6776a57ecc4ebb37ed52 upstream.
We are not yet ready for this and it makes a mess on some devices.
Signed-off-by: Alan Cox <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/gpu/drm/gma500/psb_drv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/gma500/psb_drv.c
+++ b/drivers/gpu/drm/gma500/psb_drv.c
@@ -349,7 +349,7 @@ static int psb_driver_load(struct drm_de
PSB_WSGX32(0x30000000, PSB_CR_BIF_3D_REQ_BASE);
/* igd_opregion_init(&dev_priv->opregion_dev); */
- acpi_video_register();
+/* acpi_video_register(); */
if (dev_priv->lid_state)
psb_lid_timer_init(dev_priv);
Patches currently in stable-queue which might be from [email protected] are
queue-3.4/acpi_video-fix-leaking-pci-references.patch
queue-3.4/gma500-don-t-register-the-acpi-video-bus.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html