aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/viafbdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-05-08video/via: Convert to kstrtou8_from_userPeter Huewe1-22/+12
2012-03-08viafb: avoid refresh and mode lookup in set_parFlorian Tobias Schandinat1-18/+14
2012-03-04viafb: LCD bpp cleanupFlorian Tobias Schandinat1-1/+1
2012-02-21viafb: another workaround for OLPCs weird wiringFlorian Tobias Schandinat1-2/+4
2012-02-13viafb: add initial EDID supportFlorian Tobias Schandinat1-7/+19
2012-02-10viafb: add auxiliary device management infrastructureFlorian Tobias Schandinat1-0/+27
2011-08-17viafb: replace strict_strtoul to kstrto* and check return valueWang Shaoyan1-58/+68
2011-08-17Merge commit 'v3.1-rc2' into HEADFlorian Tobias Schandinat1-3/+3
2011-08-07viafb: get rid of the remaining modetable structure assumptionsFlorian Tobias Schandinat1-11/+3
2011-08-06viafb: add new funcions to select a single modeFlorian Tobias Schandinat1-12/+12
2011-08-05viafb: remove superfluous mode lookupFlorian Tobias Schandinat1-2/+0
2011-07-17viafb: improve pitch handlingFlorian Tobias Schandinat1-3/+8
2011-06-27viafbdev: fix compilation warning for unused variableNikanth Karthikesan1-2/+2
2011-05-27viafb: use display information in info not in var for panningFlorian Tobias Schandinat1-2/+3
2011-05-22Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-23/+39
2011-05-11viafb: Automatic OLPC XO-1.5 configurationDaniel Drake1-9/+30
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds1-36/+38
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27viafb: some small cleanup for global variablesFlorian Tobias Schandinat1-9/+7
2011-03-21viafb: kill crt_setting_informationFlorian Tobias Schandinat1-5/+2
2011-03-21viafb: initialize margins correctFlorian Tobias Schandinat1-20/+11
2011-03-16viafb: refresh rate bug collectionFlorian Tobias Schandinat1-17/+28
2011-03-09video via: make local variables staticStephen Hemminger1-3/+3
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-4/+4
2010-11-09viafb: General power management infrastructureDaniel Drake1-19/+15
2010-10-24viafb: add initial VX900 supportFlorian Tobias Schandinat1-2/+4
2010-10-24viafb: fix hardware acceleration for suspend & resumeFlorian Tobias Schandinat1-1/+3
2010-10-24viafb: make suspend and resume work (on all machines?)Florian Tobias Schandinat1-10/+0
2010-10-24viafb: restore display on resumeFlorian Tobias Schandinat1-0/+3
2010-10-24Minimal support for viafb suspend/resumeDeepak Saxena1-0/+46
2010-09-24viafb: rename output devicesFlorian Tobias Schandinat1-5/+5
2010-09-24viafb: add a mapping of supported output devicesFlorian Tobias Schandinat1-0/+48
2010-09-24viafb: introduce per output device power managementFlorian Tobias Schandinat1-6/+10
2010-09-24viafb: add interface for output device configurationFlorian Tobias Schandinat1-24/+151
2010-09-24viafb: propagate __init and __devinitFlorian Tobias Schandinat1-4/+4
2010-07-23viafb: fix accel_flags check_var bugFlorian Tobias Schandinat1-2/+2
2010-07-23viafb: probe cleanupsFlorian Tobias Schandinat1-24/+3
2010-07-23viafb: remove ioctls which break the framebuffer interfaceFlorian Tobias Schandinat1-251/+0
2010-07-23viafb: update fix before calculating depthFlorian Tobias Schandinat1-1/+1
2010-05-27drivers/video/via: use memdup_userJulia Lawall1-8/+3
2010-05-20Merge branch 'viafb-next' of git://git.lwn.net/linux-2.6Linus Torvalds1-94/+87
2010-05-11viafb: move some include files to include/linuxJonathan Corbet1-2/+2
2010-05-07viafb: make procfs entries optionalFlorian Tobias Schandinat1-0/+8
2010-05-07viafb: fix proc entry removalFlorian Tobias Schandinat1-6/+7
2010-05-07viafb: unify modesetting functionsFlorian Tobias Schandinat1-8/+9
2010-05-07viafb: Separate global and fb-specific dataJonathan Corbet1-31/+23
2010-05-07viafb: Move core stuff into via-core.cJonathan Corbet1-55/+14
2010-04-27viafb: rework the I2C support in the VIA framebuffer driverHarald Welte1-3/+3
2010-04-20viafb: Unmap the frame buffer on initialization errorJonathan Corbet1-1/+3