lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 24 Sep 2010 05:01:22 +0000
From:	Florian Tobias Schandinat <FlorianSchandinat@....de>
To:	linux-fbdev@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org,
	Florian Tobias Schandinat <FlorianSchandinat@....de>,
	Jonathan Corbet <corbet@....net>
Subject: [PATCH 0/4] initial suspend and resume support

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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ