From: Antonino A. Daplas Date: Mon, 27 Mar 2006 09:17:22 +0000 (-0800) Subject: [PATCH] nvidiafb: add suspend and resume hooks X-Git-Tag: v2.6.17-rc1~335 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a07cd786dbd0111b9dd977e114438220cb4eee5;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed