From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: linux-fbdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Subject: [PATCH 0/2] viafb modetable conversion
Date: Thu, 08 Mar 2012 17:55:57 +0000 [thread overview]
Message-ID: <cover.1331229163.git.FlorianSchandinat@gmx.de> (raw)
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
next reply other threads:[~2012-03-08 17:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-08 17:55 Florian Tobias Schandinat [this message]
2012-03-08 17:56 ` [PATCH 1/2] viafb: modetable conversion Florian Tobias Schandinat
2012-03-08 17:56 ` [PATCH 2/2] viafb: avoid refresh and mode lookup in set_par Florian Tobias Schandinat
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1331229163.git.FlorianSchandinat@gmx.de \
--to=florianschandinat@gmx.de \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).