linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] viafb modesetting update 1
@ 2011-08-05 21:49 Florian Tobias Schandinat
  2011-08-05 21:44 ` [PATCH 1/6] viafb: use more compact modesetting functions Florian Tobias Schandinat
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Florian Tobias Schandinat @ 2011-08-05 21:49 UTC (permalink / raw)
  To: linux-fbdev; +Cc: linux-kernel, Florian Tobias Schandinat

Hi all,

this is the first series containing some stable patches of my 
modesetting work. Adding the functions for setting the timing 
parameters in via_modesetting is an important step as well as 
pushing the strange behaviour that sync end and blanking end 
contained the length and not the end value one level up.
Additionally it has some related cleanups.
All this should be relatively stable, is not expected to cause 
regressions and was tested on CLE266, VX800 and VX855. These 
patches will show up in linux-next after the merge window is 
closed.
The next step will be to limit the influence of the modetable 
and hopefully replace parts of it by things provided in the 
subsystem to get rid of some bugs.


Thanks,

Florian Tobias Schandinat


Florian Tobias Schandinat (6):
  viafb: use more compact modesetting functions
  viafb: kill viafb_load_crtc_timing
  viafb: remove superfluous register unlocking/locking
  viafb: remove superfluous mode lookup
  viafb: simplify viafb_fill_crtc_timing
  viafb: remove 640x480-60 CRT special case

 drivers/video/via/dvi.c             |    6 +-
 drivers/video/via/hw.c              |  341 ++---------------------------------
 drivers/video/via/hw.h              |  277 +----------------------------
 drivers/video/via/lcd.c             |   41 ++---
 drivers/video/via/lcd.h             |    2 -
 drivers/video/via/share.h           |   19 +--
 drivers/video/via/via_modesetting.c |  104 +++++++++++
 drivers/video/via/via_modesetting.h |   18 ++
 drivers/video/via/viafbdev.c        |    2 -
 drivers/video/via/viamode.c         |    2 +-
 10 files changed, 161 insertions(+), 651 deletions(-)


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

end of thread, other threads:[~2011-08-05 21:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05 21:49 [PATCH 0/6] viafb modesetting update 1 Florian Tobias Schandinat
2011-08-05 21:44 ` [PATCH 1/6] viafb: use more compact modesetting functions Florian Tobias Schandinat
2011-08-05 21:45 ` [PATCH 2/6] viafb: kill viafb_load_crtc_timing Florian Tobias Schandinat
2011-08-05 21:46 ` [PATCH 3/6] viafb: remove superfluous register unlocking/locking Florian Tobias Schandinat
2011-08-05 21:46 ` [PATCH 4/6] viafb: remove superfluous mode lookup Florian Tobias Schandinat
2011-08-05 21:47 ` [PATCH 5/6] viafb: simplify viafb_fill_crtc_timing Florian Tobias Schandinat
2011-08-05 21:47 ` [PATCH 6/6] viafb: remove 640x480-60 CRT special case Florian Tobias Schandinat
2011-08-05 21:52 ` [PATCH 1/6] viafb: use more compact modesetting functions Florian Tobias Schandinat
2011-08-05 21:55 ` [PATCH 2/6] viafb: kill viafb_load_crtc_timing Florian Tobias Schandinat
2011-08-05 21:55 ` [PATCH 3/6] viafb: remove superfluous register unlocking/locking Florian Tobias Schandinat
2011-08-05 21:58 ` [PATCH 4/6] viafb: remove superfluous mode lookup Florian Tobias Schandinat
2011-08-05 21:58 ` [PATCH 5/6] viafb: simplify viafb_fill_crtc_timing Florian Tobias Schandinat
2011-08-05 21:59 ` [PATCH 6/6] viafb: remove 640x480-60 CRT special case Florian Tobias Schandinat

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