linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] viafb modetable conversion
@ 2012-03-08 17:55 Florian Tobias Schandinat
  2012-03-08 17:56 ` [PATCH 1/2] viafb: " Florian Tobias Schandinat
  2012-03-08 17:56 ` [PATCH 2/2] viafb: avoid refresh and mode lookup in set_par Florian Tobias Schandinat
  0 siblings, 2 replies; 3+ messages in thread
From: Florian Tobias Schandinat @ 2012-03-08 17:55 UTC (permalink / raw)
  To: linux-fbdev; +Cc: linux-kernel, Florian Tobias Schandinat

Hi all,

finally the modetable conversion is here. The first patch does the 
conversion to get rid of some strange things and lot of defines.
The conversion was done by a program and causes a lot of warnings by 
generating lines longer than 80 characters which I do not consider 
worth fixing. A side effect of this conversion seems to be that CRTs 
are happier with the resulting modes/clocks as the conversion program 
used floating point and therefore the resulting pixclocks are closer to 
what they should be.
The second patch is just sort of performance optimization by avoiding 
two unnecessary modetable walks.


Best regards,

Florian Tobias Schandinat


Florian Tobias Schandinat (2):
  viafb: modetable conversion
  viafb: avoid refresh and mode lookup in set_par

 drivers/video/via/dvi.c      |    2 +-
 drivers/video/via/hw.c       |   41 +--
 drivers/video/via/hw.h       |    4 +-
 drivers/video/via/lcd.c      |   53 +---
 drivers/video/via/share.h    |  331 --------------------
 drivers/video/via/viafbdev.c |   32 +-
 drivers/video/via/viamode.c  |  713 ++++++------------------------------------
 drivers/video/via/viamode.h  |   11 +-
 8 files changed, 134 insertions(+), 1053 deletions(-)

-- 
1.7.9


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

end of thread, other threads:[~2012-03-08 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 17:55 [PATCH 0/2] viafb modetable conversion Florian Tobias Schandinat
2012-03-08 17:56 ` [PATCH 1/2] viafb: " Florian Tobias Schandinat
2012-03-08 17:56 ` [PATCH 2/2] viafb: avoid refresh and mode lookup in set_par 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).