linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver
@ 2013-04-22 10:02 Maxime Ripard
  2013-04-22 10:02 ` [PATCH 1/4] ARM: cfa10036: dt: Change i2c0 clock frequency Maxime Ripard
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Maxime Ripard @ 2013-04-22 10:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

This is a patchset to improve significantly (by an order of magnitude)
the refreshing time of the SSD1306 and SSD1307.

We do so by sending the pixels by batches, instead of 8 at a time,
combined with some additionnal features found on these controllers
that allows to send a whole screen content at once.

This obviously removes the tearing effect that was previously seen
with these controllers.

This patchset depends on the "Add support for the Solomon SSD1306 OLED
Controller" I sent previously.

Thanks,
Maxime

Maxime Ripard (4):
  ARM: cfa10036: dt: Change i2c0 clock frequency
  ssd1307fb: Rework the communication functions
  ssd1307fb: Speed up the communication with the controller
  ssd1307fb: Make use of horizontal addressing mode

 arch/arm/boot/dts/imx28-cfa10036.dts |    1 +
 drivers/video/ssd1307fb.c            |  123 ++++++++++++++++++++++++----------
 2 files changed, 89 insertions(+), 35 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-05-08 14:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 10:02 [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver Maxime Ripard
2013-04-22 10:02 ` [PATCH 1/4] ARM: cfa10036: dt: Change i2c0 clock frequency Maxime Ripard
2013-05-08 14:01   ` Shawn Guo
2013-04-22 10:02 ` [PATCH 2/4] ssd1307fb: Rework the communication functions Maxime Ripard
2013-04-22 10:02 ` [PATCH 3/4] ssd1307fb: Speed up the communication with the controller Maxime Ripard
2013-04-22 10:02 ` [PATCH 4/4] ssd1307fb: Make use of horizontal addressing mode Maxime Ripard
2013-05-08  6:57 ` [PATCH 0/4] drivers: video: Optimisations for the ssd1307fb driver Tomi Valkeinen

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