linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] initial suspend and resume support
@ 2010-09-24  4:50 Florian Tobias Schandinat
  2010-09-24  4:50 ` [PATCH 1/4] Minimal support for viafb suspend/resume Florian Tobias Schandinat
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Florian Tobias Schandinat @ 2010-09-24  4:50 UTC (permalink / raw)
  To: linux-fbdev; +Cc: linux-kernel, Florian Tobias Schandinat, Jonathan Corbet

Hi,

this little patch series finally adds basic suspend and resume support.
The good thing is, that it nearly works. Well in fact it should work
fine if the only connected device is a CRT. For other devices it might
happen that suspend and resume works but the screen stays black. This
is probably caused by auxiliary devices that are connect via I2C lines
and not yet reinitialized properly.
This should be a huge improvent above the current behaviour, especially
the hardware acceleration including a visible cursor works.

As usual tests were performed on CLE266, VX800 and VX855.
These patches are also available on
	git://github.com/schandinat/linux-2.6.git viafb-s4v1

Happy testing :)


Thanks,

Florian Tobias Schandinat


Deepak Saxena (1):
  Minimal support for viafb suspend/resume

Florian Tobias Schandinat (3):
  viafb: restore display on resume
  viafb: make suspend and resume work (on all machines?)
  viafb: fix hardware acceleration for suspend & resume

 drivers/video/via/accel.c    |   43 +++++++++++++++++++++++++----------------
 drivers/video/via/accel.h    |    3 +-
 drivers/video/via/via-core.c |    4 +++
 drivers/video/via/viafbdev.c |   43 +++++++++++++++++++++++++++++++++++++++++-
 drivers/video/via/viafbdev.h |    2 +
 5 files changed, 76 insertions(+), 19 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-06 21:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24  4:50 [PATCH 0/4] initial suspend and resume support Florian Tobias Schandinat
2010-09-24  4:50 ` [PATCH 1/4] Minimal support for viafb suspend/resume Florian Tobias Schandinat
2010-09-24  4:50 ` [PATCH 4/4] viafb: fix hardware acceleration for suspend & resume Florian Tobias Schandinat
2010-09-24  4:51 ` [PATCH 2/4] viafb: restore display on resume Florian Tobias Schandinat
2010-09-24  4:51 ` [PATCH 3/4] viafb: make suspend and resume work (on all machines?) Florian Tobias Schandinat
2010-10-06 21:33 ` [PATCH 0/4] initial suspend and resume support Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).