[PATCH] ACPI: Remove old blacklist entries

2010-02-01 Thread Matthew Garrett
to add a acpi=force for your case. It's actually set to force_ht, so it sounds like some blacklisting is now stricter than it used to be. However, given that acpi=force seems to work, how about just doing the following? commit a8d9241dad684f7dda46889f00c9e627773e868e Author: Matthew Garrett m

Re: [Bug #15124] PCI host bridge windows ignored (works with pci=use_crs)

2010-01-30 Thread Matthew Garrett
to avoid other bugs - and we're failing to fix those bugs as a result. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe kernel-testers in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: Intel BIOS - Corrupted low memory at ffff880000004200

2009-07-08 Thread Matthew Garrett
that we should be doing this on all hardware, perhaps with a kernel option to disable it for embedded devices that really need that 64K. The low-memory corruption issue seems to be very widespread. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe

[PATCH] thermal: Fix polling frequency for systems without passive cooling

2009-04-14 Thread Matthew Garrett
The polling interval (in deciseconds) was accidently interpreted as being in milliseconds in one codepath, resulting in excessively frequent polling. Ensure that the conversion is performed. Signed-off-by: Matthew Garrett m...@redhat.com --- diff --git a/drivers/acpi/thermal.c b/drivers/acpi

Re: [BISECTED] 20 ACPI interrupts per second on EEEPC 4G

2009-04-13 Thread Matthew Garrett
); +tz-polling_frequency*100); if (IS_ERR(tz-thermal_zone)) return -ENODEV; -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe kernel-testers in the body of a message

Re: [Bug #12401] 2.6.28 regression: xbacklight broken on ThinkPad X61s

2009-02-15 Thread Matthew Garrett
rather than the Intel one. That bug's been fixed, so now you're following the Intel codepath - unfortunately there's no way to do that without kernel-level graphics support, which means DRM. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line unsubscribe kernel

Re: [Bug #12152] Huge wakeups number from i1915

2008-12-08 Thread Matthew Garrett
” (there was a thread on dri-devel about that). It seems fixed with a patch from Matthew Garrett applied to drm-intel/for-airlied but I don't think this has been applied to Linus master. Any pointers to the patch, please? Doesn't ring any bells for me... -- Matthew Garrett | [EMAIL PROTECTED

Re: [Bug #12152] Huge wakeups number from i1915

2008-12-08 Thread Matthew Garrett
On Mon, Dec 08, 2008 at 05:19:49PM +0100, Yves-Alexis Perez wrote: Doesn't ring any bells for me... This was the “irq spinning” thread on dri-devel. Looks like the patch was from Keith, not me? Unrelatedly, I didn't get the Cc:ed copy of this mail. Did you get a bounce? -- Matthew Garrett