aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/geode (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-24gx1fb: Fix section mismatch warningsRandy Dunlap1-7/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2-8/+8
2010-12-01lxfb: Maintain video processor palette through suspend/resumeDaniel Drake2-6/+18
2010-11-17lxfb: Program panel v/h sync output polarity correctlyDaniel Drake1-2/+2
2010-06-29lxfb: fix incorrect __init annotationAndres Salomon1-8/+10
2010-06-29gxfb: fix incorrect __init annotationAndres Salomon1-8/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-3/+0
2010-03-24lxfb: set the H- and V-SYNC polarity of the flatpanel outputMichael Grzeschik2-1/+11
2009-12-16lxfb: add copyright/license infoAndres Salomon1-0/+10
2009-12-15cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon7-7/+7
2009-12-15cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon2-2/+2
2009-02-11gx1fb: properly alloc cmap and plug cmap leakAndres Salomon1-6/+11
2009-02-11gxfb: properly alloc cmap and plug cmap leakAndres Salomon1-6/+11
2009-02-11lxfb: properly alloc cmap in all cases and don't leak the memoryMarco La Porta1-6/+11
2009-01-06pci: use pci_ioremap_bar() in drivers/videoArjan van de Ven3-13/+7
2008-07-24lxfb: fix console blankingJordan Crouse1-10/+18
2008-07-24lxfb: drop dead declarations from headerAndres Salomon1-2/+0
2008-05-14fix "lxfb: extend PLL table to support dotclocks below 25 MHz"Jens Rottmann1-22/+0
2008-04-28OLPC: gxfb/lxfb: add DCON panel modes to framebuffer driversAndres Salomon2-7/+67
2008-04-28gxfb/lxfb: detect framebuffer size using an MSR if VSA2 isn't availableAndres Salomon2-1/+33
2008-04-28gxfb/lxfb: use VSA definitions when fetching framebuffer sizeAndres Salomon2-6/+7
2008-04-28lxfb/gxfb: when blanking with FB_BLANK_POWERDOWN, also turn off the CRTAndres Salomon2-15/+20
2008-04-28lxfb: disable suspend VT switch by defaultAndres Salomon1-0/+7
2008-04-28lxfb: rename kernel arg fbsize to vramAndres Salomon1-7/+5
2008-04-28lxfb: add power management functionalityAndres Salomon3-9/+340
2008-04-28lxfb: rearrange/rename MSR bitfieldsAndres Salomon2-43/+46
2008-04-28lxfb: clean up final bits of df_regsAndres Salomon2-13/+11
2008-04-28lxfb: clean up register definitionsAndres Salomon3-192/+353
2008-04-28lxfb: create GP/DC/VP/FP-specific handlers rather than using readl/writelAndres Salomon3-87/+116
2008-04-28lxfb: extend PLL table to support dotclocks below 25 MHzJens Rottmann1-31/+81
2008-04-28PM/gxfb: add hook to PM console layer that allows disabling of suspend VT switchAndres Salomon1-0/+7
2008-04-28gxfb: add power management functionalityAndres Salomon4-2/+396
2008-04-28gxfb: stop sharing code with gx1fbAndres Salomon6-92/+47
2008-04-28gxfb: move MSR bit fields into gxfb.hAndres Salomon5-20/+19
2008-04-28gxfb: clean up register definitionsAndres Salomon5-183/+276
2008-04-28gxfb: create DC/VP/FP-specific handlers rather than using readl/writelAndres Salomon4-43/+97
2008-04-28gxfb: replace FBSIZE config option with a module parameterAndres Salomon3-33/+8
2008-04-28gxfb: use PCI_DEVICE() for gxfb's pci device tableAndres Salomon1-3/+1
2008-04-28gxfb: don't enable the CRT DACs when we are in flatpanel modeJordan Crouse1-15/+17
2008-04-28gxfb: set the right registers to tweak the sync polarityJordan Crouse1-6/+10
2008-04-28x86: geode: MSR cleanupAndres Salomon6-24/+15
2008-02-06make video/geode/lxfb_core.c:geode_modedb[] staticAdrian Bunk1-1/+1
2007-11-14LXFB: use the correct MSR number for panel supportJordan Crouse1-1/+1
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis1-1/+1
2007-10-16drivers/video/geode/lxfb_core.c: fix lxfb_setup warningEugene Teo1-6/+1
2007-07-31lxfb: GEODE: Add framebuffer support for the AMD Geode LXJordan Crouse5-0/+1373
2007-02-12[PATCH] Recognize video=gx1fb:... optionAlexey Dobriyan1-1/+28
2006-12-08[PATCH] gxfb: Turn on the flatpanel power and dataJordan Crouse2-2/+13
2006-12-08[PATCH] gxfb: Fixup flatpanel detectionJordan Crouse3-3/+3