aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/geode (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-08[PATCH] gxfb: Support command line optionsJordan Crouse1-6/+31
2006-12-08[PATCH] gxfb: Support flat panel timingsJordan Crouse4-11/+95
2006-12-08[PATCH] gxfb: Fixups for the AMD Geode GX framebuffer driverJordan Crouse6-1/+65
2006-12-08[PATCH] FB: Get the Geode GX frambuffer size from the BIOSJordan Crouse2-4/+13
2006-12-07[PATCH] Trivial cleanup in the PCI IDs for the CS5535Jordan Crouse1-1/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl2-2/+0
2006-06-26[PATCH] Detaching fbcon: remove calls to pci_disable_device()Antonino A. Daplas2-6/+0
2006-03-27[PATCH] fbdev: framebuffer driver for Geode GXDavid Vrabel7-2/+1003
2006-01-14[PATCH] gx1fb: (try to) play nicer with various BIOSesDavid Vrabel1-7/+4
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas2-2/+0
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] fbdev: geode updatesDavid Vrabel4-54/+143