linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] viafb modesetting update 2
@ 2011-08-07 15:46 Florian Tobias Schandinat
  2011-08-07 15:49 ` [PATCH 1/6] viafb: add new funcions to select a single mode Florian Tobias Schandinat
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Florian Tobias Schandinat @ 2011-08-07 15:46 UTC (permalink / raw)
  To: linux-fbdev; +Cc: linux-kernel, Florian Tobias Schandinat

Hi all,

this is the second patch series. It's a little less stable than the 
previous one but it contains some great internal improvements.
We do no longer rely on the modetable structure across all sections 
and we use the values in var directly for CRT and DVI when possible. 
Basically this enables us to allow arbitary modes passed in var. 
That's not implemented yet and probably will never be the default as 
we want to do some sanity checking in check_var for the devices 
connected but would allow overriding buggy information.
Anyway with these patches it will be very simple to avoid the buggy 
modetable we use at the moment.


Best regards,

Florian Tobias Schandinat


Florian Tobias Schandinat (6):
  viafb: add new funcions to select a single mode
  viafb: eliminate viafb_get_pixclock
  viafb: use information in var for modesetting
  viafb: seperate hardware initialization
  viafb: eliminate modetable dependancy of LCD modesetting
  viafb: get rid of the remaining modetable structure assumptions

 drivers/video/via/dvi.c      |   30 ++----
 drivers/video/via/dvi.h      |    3 +-
 drivers/video/via/global.c   |    2 +
 drivers/video/via/global.h   |    2 +
 drivers/video/via/hw.c       |  229 ++++++++++++++++-------------------------
 drivers/video/via/hw.h       |   12 +--
 drivers/video/via/lcd.c      |   12 +--
 drivers/video/via/lcd.h      |    5 +-
 drivers/video/via/share.h    |    4 -
 drivers/video/via/viafbdev.c |   38 +++----
 drivers/video/via/viamode.c  |   58 ++++++++---
 drivers/video/via/viamode.h  |    4 +-
 12 files changed, 177 insertions(+), 222 deletions(-)


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

end of thread, other threads:[~2011-08-07 15:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-07 15:46 [PATCH 0/6] viafb modesetting update 2 Florian Tobias Schandinat
2011-08-07 15:49 ` [PATCH 1/6] viafb: add new funcions to select a single mode Florian Tobias Schandinat
2011-08-07 15:50 ` [PATCH 2/6] viafb: eliminate viafb_get_pixclock Florian Tobias Schandinat
2011-08-07 15:51 ` [PATCH 3/6] viafb: use information in var for modesetting Florian Tobias Schandinat
2011-08-07 15:51 ` [PATCH 4/6] viafb: seperate hardware initialization Florian Tobias Schandinat
2011-08-07 15:52 ` [PATCH 5/6] viafb: eliminate modetable dependancy of LCD modesetting Florian Tobias Schandinat
2011-08-07 15:52 ` [PATCH 6/6] viafb: get rid of the remaining modetable structure assumptions 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).