linux/drivers/video/aty
Volker Braun 994aad251a [PATCH] radeonfb sleep fixes
Many IBM Thinkpad T4* models and some R* and X* with radeon video cards draw
too much power when suspended to RAM, reducing drastically the battery
lifetime.  The solution is to enable suspend-to-D2 on these machines.  They
are whitelisted through their subsystem vendor/device ID.  This fixes
http://bugzilla.kernel.org/show_bug.cgi?id=3022

The patch introduces a framework to alter the pm_mode and reinit_func fields
of the radeonfb_info structure based on a whitelist.  This should facilitate
future hardware-dependent workarounds.  The workaround for the Samsung P35
that is already in the radeonfb code has been rewritten using this framework.

The behavior can be overridden with module options:

i)  video=radeonfb:force_sleep=1
    enable suspend-to-D2 also on non-whitelisted machines (useful for
    testing new notebook models),

ii) video=radeonfb:ignore_devlist=1
    Disable checking the whitelist and do not apply any workarounds.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-31 13:28:45 -07:00
..
ati_ids.h [PATCH] fbdev: ATI RN50 pci id 2005-11-07 07:53:53 -08:00
aty128fb.c [PATCH] powermac: Combined fixes for backlight code 2006-07-10 13:24:20 -07:00
atyfb.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
atyfb_base.c [PATCH] powermac: Combined fixes for backlight code 2006-07-10 13:24:20 -07:00
mach64_accel.c [PATCH] atyfb: Remove unneeded calls to wait_for_idle 2006-06-26 09:58:29 -07:00
mach64_ct.c [PATCH] atyfb: Set ECP divider 2006-01-10 08:01:48 -08:00
mach64_cursor.c [PATCH] atyfb: Fix section warnings 2006-06-26 09:58:31 -07:00
mach64_gx.c [PATCH] drivers/video: Use ARRAY_SIZE macro 2006-03-27 08:44:58 -08:00
Makefile [PATCH] Rewritten backlight infrastructure for portable Apple computers 2006-06-25 10:00:59 -07:00
radeon_accel.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
radeon_backlight.c [PATCH] powermac backlight fixes 2006-06-28 14:59:06 -07:00
radeon_base.c [PATCH] radeonfb sleep fixes 2006-07-31 13:28:45 -07:00
radeon_i2c.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
radeon_monitor.c [PATCH] radeonfb: Fix static array overrun 2006-03-11 09:19:36 -08:00
radeon_pm.c [PATCH] radeonfb sleep fixes 2006-07-31 13:28:45 -07:00
radeonfb.h [PATCH] radeonfb sleep fixes 2006-07-31 13:28:45 -07:00