[PATCH 0/6] viafb modesetting update 2

From: Florian Tobias Schandinat
Date: Sun Aug 07 2011 - 11:29:06 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/