linux/drivers/video/nvidia
Antonino A. Daplas 7a07cd786d [PATCH] nvidiafb: add suspend and resume hooks
Add suspend and resume hooks to make software suspend more reliable.  Resuming
from standby should generally work.  Resuming from mem and from disk requires
that the GPU is disabled.  Adding these to the suspend script...

fbset -accel false -a
/* suspend here */
fbset -accel true -a

...  should generally work.  In addition, resuming from mem requires that the
video card has to be POSTed by the BIOS or some other utility.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-27 08:44:55 -08:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nv_accel.c [PATCH] nvidiafb: add suspend and resume hooks 2006-03-27 08:44:55 -08:00
nv_dma.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nv_hw.c [PATCH] drivers/video/: possible cleanups 2006-01-10 08:01:56 -08:00
nv_i2c.c [PATCH] fbdev: nvidiafb: Driver cleanup 2006-01-10 08:01:44 -08:00
nv_local.h [PATCH] nvidiafb: Fix empty macro 2005-11-07 07:53:52 -08:00
nv_of.c [PATCH] nvidiafb: Fix mode setting & PPC support 2005-11-07 07:53:49 -08:00
nv_proto.h [PATCH] nvidiafb: Reduce stack usage 2006-01-10 08:01:51 -08:00
nv_setup.c [PATCH] nvidiafb: Reduce stack usage 2006-01-10 08:01:51 -08:00
nv_type.h [PATCH] nvidiafb: add suspend and resume hooks 2006-03-27 08:44:55 -08:00
nvidia.c [PATCH] nvidiafb: add suspend and resume hooks 2006-03-27 08:44:55 -08:00