summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-07-24fbdev: width and height are unsignedVille Syrjala1-1/+1
2008-07-24hgafb: convert to new platform driver APIKrzysztof Helt1-17/+19
2008-07-24vfb: only enable if explicitly requested when compiled inFrans Pop1-2/+12
2008-07-24fbdev: SuperH Mobile LCDC DriverMagnus Damm4-0/+803
2008-07-24tdfxfb: remove ypan checks done by a higher layerKrzysztof Helt1-5/+1
2008-07-24vga16fb: source code improvementKrzysztof Helt1-78/+39
2008-07-24tdfxfb: add mode_option module parameterKrzysztof Helt1-0/+2
2008-07-24tridentfb: documentation updateKrzysztof Helt1-15/+31
2008-07-24uvesafb: change mode parameter to mode_optionKrzysztof Helt1-2/+2
2008-07-24fbcon: make logo_height a local variableKrzysztof Helt1-3/+2
2008-07-24atmel_lcdfb: FIFO underflow managementNicolas Ferre2-1/+57
2008-07-24vga16fb: test virtual screen range before subtraction on unsignedRoel Kluin1-1/+4
2008-07-24atafb: test virtual screen range before subtraction on unsignedRoel Kluin1-2/+5
2008-07-24amifb: test virtual screen range before subtraction on unsignedRoel Kluin1-2/+5
2008-07-24aty128fb: test below 0 on unsigned pll->post_dividerRoel Kluin1-4/+2
2008-07-24drivers/video/aty/radeon_base.c: notify user if sysfs_create_bin_file() failedTony Breeds1-2/+8
2008-07-24sa1100fb: convert ctrlr_sem in a mutexMatthias Kaehlcke2-4/+5
2008-07-24pxafb: convert ctrlr_sem in a mutexMatthias Kaehlcke2-4/+5
2008-07-24video/sis/: remove compat codeAdrian Bunk9-62/+17
2008-07-24mdacon messing up default vc's - set default to vc13-16 againRoland Kletzing1-1/+3
2008-07-24tridentfb: remove warning message that cyblafb driver should be usedKrzysztof Helt1-4/+0
2008-07-24tridentfb: add imageblit acceleration for Blade3D familyKrzysztof Helt2-3/+77
2008-07-24tridentfb: Blade3D clock fixesKrzysztof Helt1-4/+5
2008-07-24tridentfb: y-panning fixesKrzysztof Helt1-5/+4
2008-07-24tridentfb: fix 224 color logo at 8 bppKrzysztof Helt1-5/+3
2008-07-24tridentfb: fix console freeze when switching from X11Krzysztof Helt1-3/+8
2008-07-24tridentfb: source code improvementsKrzysztof Helt2-55/+32
2008-07-24tridentfb: acceleration constants changeKrzysztof Helt2-14/+35
2008-07-24tridentfb: various pixclock and timing improvementsKrzysztof Helt1-7/+28
2008-07-24tridentfb: acceleration bug fixesKrzysztof Helt1-5/+5
2008-07-24tridentfb: acceleration code improvementsKrzysztof Helt2-173/+109
2008-07-24tridentfb: add acceleration for TGUI familiesKrzysztof Helt1-12/+123
2008-07-24tridentfb: fix hi-color modes for TGUI 9440Krzysztof Helt1-10/+12
2008-07-24tridentfb: preserve memory type settingsKrzysztof Helt1-1/+4
2008-07-24tridentfb: improve check_var functionKrzysztof Helt1-0/+34
2008-07-24tridentfb: fix unitialized pseudo_paletteKrzysztof Helt1-1/+1
2008-07-24tridentfb: add TGUI 9440 supportKrzysztof Helt2-3/+8
2008-07-24tridentfb: improved register values on TGUI 9680Krzysztof Helt2-6/+24
2008-07-24tridentfb: improve probe functionKrzysztof Helt1-2/+3
2008-07-24tridentfb: fix clock settings for older Trident 96XX chipsKrzysztof Helt1-8/+23
2008-07-24tridentfb: use mmio access for clock settingKrzysztof Helt1-2/+2
2008-07-24tridentfb: fix timing calculationsKrzysztof Helt1-17/+18
2008-07-24tridentfb: make use of functions and constants from the vga.hKrzysztof Helt2-109/+61
2008-07-24tridentfb: move global acceleration hooks into structureKrzysztof Helt1-39/+24
2008-07-24tridentfb: convert is_blade and is_xp macros into functionsKrzysztof Helt2-19/+19
2008-07-24tridentfb: move global flat panel variable into structureKrzysztof Helt2-27/+23
2008-07-24tridentfb: move global chip_id into structureKrzysztof Helt1-14/+13
2008-07-24tridentfb: move global pseudo palette into structureKrzysztof Helt1-14/+7
2008-07-24tridentfb: convert fb_info into allocated oneKrzysztof Helt1-36/+46
2008-07-24tridentfb: replace macros with functionsKrzysztof Helt1-243/+283