summaryrefslogtreecommitdiffstats
path: root/drivers/video/geode
AgeCommit message (Expand)AuthorLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen-4898/+0
2013-10-29framebuffer: Use fb_<level>Joe Perches-4/+3
2013-09-19video: gxfb: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-19video: gx1fb: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-09-19video: lxfb: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-06-24build some drivers only when compile-testingJiri Slaby-1/+1
2013-01-21drivers/video/geode: remove depends on CONFIG_EXPERIMENTALKees Cook-7/+7
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman-31/+23
2012-10-06sections: fix section conflicts in drivers/videoAndi Kleen-1/+1
2011-06-24gx1fb: Fix section mismatch warningsRandy Dunlap-7/+7
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn-8/+8
2010-12-01lxfb: Maintain video processor palette through suspend/resumeDaniel Drake-6/+18
2010-11-17lxfb: Program panel v/h sync output polarity correctlyDaniel Drake-2/+2
2010-06-29lxfb: fix incorrect __init annotationAndres Salomon-8/+10
2010-06-29gxfb: fix incorrect __init annotationAndres Salomon-8/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-3/+0
2010-03-24lxfb: set the H- and V-SYNC polarity of the flatpanel outputMichael Grzeschik-1/+11
2009-12-16lxfb: add copyright/license infoAndres Salomon-0/+10
2009-12-15cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon-7/+7
2009-12-15cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon-2/+2
2009-02-11gx1fb: properly alloc cmap and plug cmap leakAndres Salomon-6/+11
2009-02-11gxfb: properly alloc cmap and plug cmap leakAndres Salomon-6/+11
2009-02-11lxfb: properly alloc cmap in all cases and don't leak the memoryMarco La Porta-6/+11
2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven-13/+7
2008-07-24lxfb: fix console blankingJordan Crouse-10/+18
2008-07-24lxfb: drop dead declarations from headerAndres Salomon-2/+0
2008-05-14fix "lxfb: extend PLL table to support dotclocks below 25 MHz"Jens Rottmann-22/+0
2008-04-28OLPC: gxfb/lxfb: add DCON panel modes to framebuffer driversAndres Salomon-7/+67
2008-04-28gxfb/lxfb: detect framebuffer size using an MSR if VSA2 isn't availableAndres Salomon-1/+33
2008-04-28gxfb/lxfb: use VSA definitions when fetching framebuffer sizeAndres Salomon-6/+7
2008-04-28lxfb/gxfb: when blanking with FB_BLANK_POWERDOWN, also turn off the CRTAndres Salomon-15/+20
2008-04-28lxfb: disable suspend VT switch by defaultAndres Salomon-0/+7
2008-04-28lxfb: rename kernel arg fbsize to vramAndres Salomon-7/+5
2008-04-28lxfb: add power management functionalityAndres Salomon-9/+340
2008-04-28lxfb: rearrange/rename MSR bitfieldsAndres Salomon-43/+46
2008-04-28lxfb: clean up final bits of df_regsAndres Salomon-13/+11
2008-04-28lxfb: clean up register definitionsAndres Salomon-192/+353
2008-04-28lxfb: create GP/DC/VP/FP-specific handlers rather than using readl/writelAndres Salomon-87/+116
2008-04-28lxfb: extend PLL table to support dotclocks below 25 MHzJens Rottmann-31/+81
2008-04-28PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switchAndres Salomon-0/+7
2008-04-28gxfb: add power management functionalityAndres Salomon-2/+396
2008-04-28gxfb: stop sharing code with gx1fbAndres Salomon-92/+47
2008-04-28gxfb: move MSR bit fields into gxfb.hAndres Salomon-20/+19
2008-04-28gxfb: clean up register definitionsAndres Salomon-183/+276
2008-04-28gxfb: create DC/VP/FP-specific handlers rather than using readl/writelAndres Salomon-43/+97
2008-04-28gxfb: replace FBSIZE config option with a module parameterAndres Salomon-33/+8
2008-04-28gxfb: use PCI_DEVICE() for gxfb's pci device tableAndres Salomon-3/+1
2008-04-28gxfb: don't enable the CRT DACs when we are in flatpanel modeJordan Crouse-15/+17
2008-04-28gxfb: set the right registers to tweak the sync polarityJordan Crouse-6/+10